Ver Fonte

minor changes to PlatormiOS.mm

Sean Paul Taylor há 14 anos atrás
pai
commit
4848706b2e
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      gameplay/src/PlatformiOS.mm

+ 2 - 1
gameplay/src/PlatformiOS.mm

@@ -392,7 +392,8 @@ static View* __view = NULL;
     return YES;
 }
 
-- (void)accelerometer:(UIAccelerometer*)accelerometer didAccelerate:(UIAcceleration*)acceleration
+
+- (void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration *)acceleration
 {
     UIAccelerationValue x, y, z;
     x = acceleration.x;