JonLiuFYI / shovelware

co-op minigame mashup
Other
0 stars 0 forks source link

Sometimes, when a speed up event is shown, no actual speedup occurs #22

Closed JonLiuFYI closed 8 years ago

JonLiuFYI commented 8 years ago

It seems to occur inconsistently, so maybe it has to do with framerate or dt? A recent tweening update moved warn_of_boss and warn_of_faster into an animation function. Could that cause the issue?

JonLiuFYI commented 8 years ago

Disgustingly, this is probably fixed. I moved the warnof flags back to their original spot and the problem seems to have gone away.

JonLiuFYI commented 8 years ago

This is probably happening because speedups are only triggered when warn_of_faster is true, but because of minuscule hump.timer timing inconsistencies, sometimes the flag would be set to false before we get a chance to see that it's true.