ID:1379229
 
Resolved
Images that failed to provide a layer did not appear properly in some cases.
BYOND Version:500.1208
Operating System:Windows 7 Home Basic
Web Browser:Chrome 29.0.1547.66
Applies to:Dream Seeker
Status: Resolved (500.1209)

This issue has been resolved.
Descriptive Problem Summary:
Images are not displaying correctly. I'm on v500.2108

Numbered Steps to Reproduce Problem:
1.) Create a new /image var
2.) Make the second arg in image(icon, loc) a location instead of mob/obj
3.) Run the game

Code Snippet (if applicable) to Reproduce Problem:
var/image/i = image(icon, locate(9, 9, 1))
usr << i


Expected Results:
http://puu.sh/4u8Gr.png

Actual Results:
http://puu.sh/4u8FD.png

Does the problem occur:
Every time? Or how often? yes
In other games? yes
In other user accounts? yes
On other computers? yes

When does the problem NOT occur?
When I use an /obj instead of /image

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
I'm to lazy, sorry. <3

Workarounds:
Use an /obj instead of /image..</3>
Lummox JR resolved issue with message:
Images that failed to provide a layer did not appear properly in some cases.