|
@@ -252,7 +252,7 @@ class Test {
|
|
}
|
|
}
|
|
|
|
|
|
static function resetTimer() {
|
|
static function resetTimer() {
|
|
- #if (neko || php || cpp || java || cs || python || hl)
|
|
|
|
|
|
+ #if (neko || php || cpp || java || cs || python || hl || lua)
|
|
#else
|
|
#else
|
|
if( timer != null ) timer.stop();
|
|
if( timer != null ) timer.stop();
|
|
timer = new haxe.Timer(30000);
|
|
timer = new haxe.Timer(30000);
|