2
0
Nicolas Cannasse 11 жил өмнө
parent
commit
c9c04e7647
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      hxd/App.hx

+ 2 - 0
hxd/App.hx

@@ -39,6 +39,8 @@ class App {
 		hxd.Timer.update();
 		s2d.checkEvents();
 		update(hxd.Timer.tmod);
+		s2d.setElapsedTime(Timer.tmod/60);
+		s3d.setElapsedTime(Timer.tmod/60);
 		engine.render(s3d);
 	}