js: Correct a comment describing timer_callback

This commit is contained in:
Ben Harris
2022-12-03 09:59:21 +00:00
parent d3ef8e65dc
commit b04a2cba98

View File

@ -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.