We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e82e8 commit 5bc1b21Copy full SHA for 5bc1b21
1 file changed
Classes/AppDelegate.cpp
@@ -148,11 +148,10 @@ bool AppDelegate::applicationDidFinishLaunching()
148
glView->setDesignResolutionSize(569 - (glView->getFrameSize().height - 720), 320,
149
ResolutionPolicy::FIXED_HEIGHT);
150
151
-
152
#if (AX_TARGET_PLATFORM == AX_PLATFORM_WIN32) || (AX_TARGET_PLATFORM == AX_PLATFORM_MAC) || \
153
(AX_TARGET_PLATFORM == AX_PLATFORM_LINUX)
154
155
- //glfwSetWindowAspectRatio(static_cast<GLViewImpl*>(glView)->getWindow(), 16, 9);
+ glfwSetWindowAspectRatio(static_cast<GLViewImpl*>(glView)->getWindow(), 16, 9);
156
157
glfwSetWindowSizeCallback(static_cast<GLViewImpl*>(glView)->getWindow(), AppDelegate::onGLFWwindowSizeCallback);
158
0 commit comments