Explorar o código

Fixed input devices not updating.

Mark Sibly %!s(int64=7) %!d(string=hai) anos
pai
achega
2aac312ea1
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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()