Skip to content

Commit

Permalink
Fix camera sample
Browse files Browse the repository at this point in the history
  • Loading branch information
edunad committed Oct 14, 2024
1 parent f14538d commit 3ee2079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/018-camera/src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace camera {
#else
auto* window = rawrbox::Window::createWindow();
#endif
window->setMonitor(1);
window->setMonitor(-1);
window->setTitle("CAMERA TEST");
#ifdef _DEBUG
window->init(1600, 900, rawrbox::WindowFlags::Window::WINDOWED);
Expand Down

0 comments on commit 3ee2079

Please sign in to comment.