Numbered Steps to Reproduce Problem:
1. Apply filter outline to atom with size >= 3
2. Run project
3. Invisible object
Code Snippet (if applicable) to Reproduce Problem:
obj
step_size = 8
icon = 'smile.dmi'
New()
..()
filters = filter(type="outline",size=3)
Expected Results:
Object appears with 3px outline
Actual Results:
Object vanishes
Does the problem occur:
Every time? Or how often?Every time
In other games?Seems to be all
In other user accounts?N/A
On other computers?Unsure
When does the problem NOT occur?
Set outline filter to size <= 2
When using BYOND 514.1589
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.)
Workarounds:
None