mobile: Fix a comment

This commit is contained in:
Hajime Hoshi 2016-06-25 15:51:27 +09:00
parent cc5fba729a
commit 475d659459

View File

@ -46,7 +46,7 @@ func Render() error {
// int id = e.getPointerId(i);
// int x = (int)e.getX(i);
// int y = (int)e.getY(i);
// YourGame.CurrentEventDispatcher().UpdateTouchesOnAndroid(e.getActionMasked(), id, x, y);
// YourGame.UpdateTouchesOnAndroid(e.getActionMasked(), id, x, y);
// }
// return true;
// }