IPHONE: Slight formatting fix.

This commit is contained in:
Johannes Schickel 2012-02-23 01:04:06 +01:00
parent 833ce4f348
commit def1471fff

View File

@ -237,7 +237,7 @@ static bool getMouseCoords(UIDeviceOrientation orientation, CGPoint point, int *
// Clip coordinates
if (*x < 0 || *x > CGRectGetWidth(*area) || *y < 0 || *y > CGRectGetHeight(*area))
return false;
return false;
return true;
}