Skip to content

Commit a26ce4f

Browse files
author
Tr1NgleDev
committed
i forgor
1 parent 5bc1b21 commit a26ce4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/AppDelegate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ void AppDelegate::onGLFWwindowSizeCallback(GLFWwindow*, int w, int h)
9595
glView->setDesignResolutionSize(569 - (h - 720), 320,
9696
ResolutionPolicy::FIXED_HEIGHT);
9797

98-
//glView->setDesignResolutionSize(569, 320,
99-
// ResolutionPolicy::SHOW_ALL);
98+
glView->setDesignResolutionSize(569, 320,
99+
ResolutionPolicy::SHOW_ALL);
100100

101101
director->getEventDispatcher()->dispatchCustomEvent(GLViewImpl::EVENT_WINDOW_RESIZED, nullptr);
102102
}

0 commit comments

Comments
 (0)