Skip to content

Commit

Permalink
Add flag allowing the gui to be resized
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Dec 9, 2024
1 parent b743206 commit ed2cec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/pacman_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SDL::Window createWindow(int scaleFactor) {
SDL_WINDOWPOS_CENTERED,
tilesPx.x * scaleFactor,
tilesPx.y * scaleFactor,
SDL_WINDOW_SHOWN))};
SDL_WINDOW_SHOWN | SDL_WINDOW_RESIZABLE))};
}

SDL::Renderer createRendererAndSetLogicalSize(const SDL::Window& window) {
Expand Down

0 comments on commit ed2cec2

Please sign in to comment.