Skip to content

Commit

Permalink
CLIENT-GAME: Remove fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
TTENSHII committed Nov 3, 2023
1 parent 9c9ac2d commit b9e83d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/SceneManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace Scene {
static void initRaylib()
{
Raylib::initWindow(screenWidth, screenHeight, "R-Bus");
Raylib::setWindowState(Raylib::ConfigFlags::FULLSCREEN_MODE);
Raylib::setWindowState(Raylib::ConfigFlags::WINDOW_RESIZABLE);
Raylib::setTargetFPS(Raylib::getMonitorRefreshRate(Raylib::getCurrentMonitor()));
Raylib::initAudioDevice();
}
Expand Down

0 comments on commit b9e83d7

Please sign in to comment.