Browse Source

Fixed input devices not updating.

Mark Sibly 7 years ago
parent
commit
2aac312ea1
1 changed files with 3 additions and 3 deletions
  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()