diff options
-rw-r--r-- | backends/platform/iphone/iphone_video.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/iphone_video.m b/backends/platform/iphone/iphone_video.m index b0b9da8885..d5002ff3d2 100644 --- a/backends/platform/iphone/iphone_video.m +++ b/backends/platform/iphone/iphone_video.m @@ -541,7 +541,7 @@ static void setFilterModeForTexture(GLuint tex, GraphicsModes mode) { break; default: - _orientation = UIDeviceOrientationLandscapeRight; + _orientation = UIDeviceOrientationPortrait; } //printf("Window: (%d, %d), Surface: (%d, %d), Texture(%d, %d)\n", _fullWidth, _fullHeight, _width, _height, _gameScreenTextureWidth, _gameScreenTextureHeight); |