Parcourir la source

Adjust sample 02 to build universal app

Brandon Slack il y a 14 ans
Parent
commit
263e2e8540
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      gameplay/src/PlatformiOS.mm

+ 1 - 1
gameplay/src/PlatformiOS.mm

@@ -332,7 +332,7 @@ int getKey(unichar keyCode);
         CGPoint touchLoc = [t locationInView:self];
         CGPoint touchLoc = [t locationInView:self];
         if(self.multipleTouchEnabled == YES) 
         if(self.multipleTouchEnabled == YES) 
             uniqueTouch = [t hash];
             uniqueTouch = [t hash];
-        Game::getInstance()->touchEvent(Touch::TOUCH_PRESS, touchLoc.x,  touchLoc.y, uniqueTouch);
+        Game::getInstance()->touchEvent(Touch::TOUCH_PRESS, touchLoc.x, touchLoc.y, uniqueTouch);
     }
     }
 }
 }