Sfoglia il codice sorgente

Fixed input devices not updating.

Mark Sibly 7 anni fa
parent
commit
2aac312ea1
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      modules/mojo/app/app.monkey2

+ 3 - 3
modules/mojo/app/app.monkey2

@@ -624,11 +624,11 @@ Class AppInstance
 	
 	Method UpdateEvents()
 	
-'		Keyboard.Update()
+		Keyboard.Update()
 		
-'		Mouse.Update()
+		Mouse.Update()
 		
-'		Touch.Update()
+		Touch.Update()
 		
 		DispatchEvents()