summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index 2797201..0588180 100644
--- a/main.cpp
+++ b/main.cpp
@@ -65,9 +65,7 @@ int main(int argc, char **argv)
View view;
view.resize(800, 600);
view.setScene(scene);
- view.show();
-
- scene->toggleRenderer();
+ view.showFullScreen();
return app.exec();
}