#108 resolved TCD race condition

This commit is contained in:
Mikayla Fischler
2022-10-21 15:15:56 -04:00
parent 93286174d4
commit d202a49011
4 changed files with 28 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ local function waiting(args)
if state >= 12 then state = 0 end
if run_animation then
tcd.dispatch(0.5, animate)
tcd.dispatch_unique(0.5, animate)
end
end