Skip to content

Commit

Permalink
i forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr1NgleDev committed Mar 18, 2023
1 parent 5bc1b21 commit a26ce4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/AppDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ void AppDelegate::onGLFWwindowSizeCallback(GLFWwindow*, int w, int h)
glView->setDesignResolutionSize(569 - (h - 720), 320,
ResolutionPolicy::FIXED_HEIGHT);

//glView->setDesignResolutionSize(569, 320,
// ResolutionPolicy::SHOW_ALL);
glView->setDesignResolutionSize(569, 320,
ResolutionPolicy::SHOW_ALL);

director->getEventDispatcher()->dispatchCustomEvent(GLViewImpl::EVENT_WINDOW_RESIZED, nullptr);
}
Expand Down

0 comments on commit a26ce4f

Please sign in to comment.