game.loop: Fix docs.

db4
Doug Coleman 2013-06-19 07:00:58 -07:00
parent e270175af0
commit 6a4608ec89
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $nl
HELP: game-loop-error HELP: game-loop-error
{ $values { $values
{ "game-loop" game-loop } { "error" "an error object" } { "error" "an error object" } { "game-loop" game-loop }
} }
{ $description "If an uncaught error is thrown from inside a game loop delegate's " { $link tick* } " or " { $link draw* } ", the game loop will catch the error, stop the game loop, and rethrow an error of this class." } ; { $description "If an uncaught error is thrown from inside a game loop delegate's " { $link tick* } " or " { $link draw* } ", the game loop will catch the error, stop the game loop, and rethrow an error of this class." } ;