2
0
Эх сурвалжийг харах

Unfixed emscripten timer after gc fix.

Mark Sibly 7 жил өмнө
parent
commit
ec12767f8b

+ 0 - 1
modules/std/time/timer_emscripten.monkey2

@@ -53,7 +53,6 @@ Class Timer
 		Field timer:Timer
 	End
 	
-	Field _pad:Int	'emscripten bug?!?
 	Field _period:Double
 	Field _timeout:Double
 	Field _fired:Void()