浏览代码

Fixed input devices not updating.

Mark Sibly 7 年之前
父节点
当前提交
2aac312ea1
共有 1 个文件被更改,包括 3 次插入3 次删除
  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()