Particle accelerator sleep() removal + outdated callback fix (#7790)

This commit is contained in:
Raeschen
2024-02-19 21:01:05 +01:00
committed by GitHub
parent 559f60b0dd
commit 55f28158c4
2 changed files with 6 additions and 5 deletions

View File

@@ -99,5 +99,6 @@
if(movement_range <= 0)
qdel(src)
else
sleep(lag)
move(lag)
//sleep(lag) //ChompEDIT
//move(lag) //ChompEDIT
addtimer(CALLBACK(src, PROC_REF(move), lag), lag) //ChompEDIT