mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
js: Correct a comment describing timer_callback
This commit is contained in:
@ -95,7 +95,7 @@ var timer_reference;
|
||||
|
||||
// void timer_callback(double tplus);
|
||||
//
|
||||
// Called every 20ms while timing is active.
|
||||
// Called every frame while timing is active.
|
||||
var timer_callback;
|
||||
|
||||
// The status bar object, if we have one.
|
||||
|
Reference in New Issue
Block a user