Merge pull request #12850 from silicons/drag

fixes dragging stuff into space, enforces no sleeping on Life() and sets Move() to forced async
This commit is contained in:
Lin
2020-07-23 17:13:48 -05:00
committed by GitHub
7 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -128,7 +128,7 @@
deltimer(C.parallax_animate_timer)
var/datum/callback/CB = CALLBACK(src, .proc/update_parallax_motionblur, C, animatedir, new_parallax_movedir, newtransform)
if(skip_windups)
CB.Invoke()
CB.InvokeAsync()
else
C.parallax_animate_timer = addtimer(CB, min(shortesttimer, PARALLAX_LOOP_TIME), TIMER_CLIENT_TIME|TIMER_STOPPABLE)