game-loop-error ( error game-loop -- )
Game loops

Prev:stop-loop ( loop -- )


Vocabulary
game.loop

Inputs
erroran error object
game-loopa game-loop


Outputs
None

Word description
If an uncaught error is thrown from inside a game loop delegate's tick* or draw*, the game loop will catch the error, stop the game loop, and rethrow an error of this class.

Definition