|
@@ -492,7 +492,7 @@ void Graphics::AdjustScreenMode(int& newWidth, int& newHeight, ScreenModeParams&
|
|
|
// High DPI is supported only for OpenGL backend
|
|
// High DPI is supported only for OpenGL backend
|
|
|
#ifndef URHO3D_OPENGL
|
|
#ifndef URHO3D_OPENGL
|
|
|
params.highDPI_ = false;
|
|
params.highDPI_ = false;
|
|
|
-#endif;
|
|
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#if defined(IOS) || defined(TVOS)
|
|
#if defined(IOS) || defined(TVOS)
|
|
|
// iOS and tvOS app always take the fullscreen (and with status bar hidden)
|
|
// iOS and tvOS app always take the fullscreen (and with status bar hidden)
|