We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959038d commit 8c88bf3Copy full SHA for 8c88bf3
Games/Breakout/main.cpp
@@ -34,6 +34,7 @@ int main(int argc, char** argv)
34
auto window = GUI::Window::construct();
35
window->resize(Breakout::Game::game_width, Breakout::Game::game_height);
36
window->set_title("Breakout");
37
+ window->set_double_buffering_enabled(false);
38
window->set_main_widget<Breakout::Game>();
39
window->show();
40
return app->exec();
0 commit comments