Explorar o código

Kludged double field alignment for emscripten Timer.

Mark Sibly %!s(int64=7) %!d(string=hai) anos
pai
achega
123570e3ba
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      modules/std/time/timer_emscripten.monkey2

+ 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()