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

Kludged double field alignment for emscripten Timer.

Mark Sibly 7 жил өмнө
parent
commit
123570e3ba

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

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