You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instant onNotify() callback effectively overrides the game loop, the fix would be for the System class to stack events in a queue and process them during the update() method.
The instant
onNotify()callback effectively overrides the game loop, the fix would be for theSystemclass to stack events in a queue and process them during theupdate()method.