Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MStachowicz committed Nov 7, 2024
1 parent 8f5d171 commit 42005b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Test/Tests/GraphicsTester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Test
Platform::Core::initialise_directories();
Platform::Core::initialise_GLFW();
Platform::Input input = Platform::Input();
Platform::Window window = Platform::Window(1920, 1080, input);
Platform::Window window = Platform::Window({0.5, 0.5}, input);
Platform::Core::initialise_OpenGL();


Expand Down

0 comments on commit 42005b5

Please sign in to comment.