diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-12-03 09:59:21 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2022-12-03 15:47:15 +0000 |
| commit | b04a2cba98b82b7424878236798fc90497529ebf (patch) | |
| tree | 89f43dc214ae70593f9ec4093023089cb36d1b25 | |
| parent | d3ef8e65dccb76c4a62d7c4f8f38c9fa3dd9b188 (diff) | |
| download | puzzles-b04a2cba98b82b7424878236798fc90497529ebf.zip puzzles-b04a2cba98b82b7424878236798fc90497529ebf.tar.gz puzzles-b04a2cba98b82b7424878236798fc90497529ebf.tar.bz2 puzzles-b04a2cba98b82b7424878236798fc90497529ebf.tar.xz | |
js: Correct a comment describing timer_callback
| -rw-r--r-- | emccpre.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |