فهرست منبع

Kludged double field alignment for emscripten Timer.

Mark Sibly 7 سال پیش
والد
کامیت
123570e3ba
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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()