summary refs log tree commit diff stats
path: root/Classes/RootViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/RootViewController.m')
-rwxr-xr-xClasses/RootViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/RootViewController.m b/Classes/RootViewController.m index edd67cb..6fde76d 100755 --- a/Classes/RootViewController.m +++ b/Classes/RootViewController.m
@@ -85,7 +85,7 @@
85 // 85 //
86 // return YES for the supported orientations 86 // return YES for the supported orientations
87 87
88 return ( UIInterfaceOrientationIsLandscape( interfaceOrientation ) ); 88 return ( interfaceOrientation == UIInterfaceOrientationLandscapeRight );
89 89
90#else 90#else
91#error Unknown value in GAME_AUTOROTATION 91#error Unknown value in GAME_AUTOROTATION