Browse Source

Minor cleaup. [ci skip]

Yao Wei Tjong 姚伟忠 5 years ago
parent
commit
fde206b486
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Urho3D/Graphics/Graphics.cpp

+ 1 - 1
Source/Urho3D/Graphics/Graphics.cpp

@@ -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)