summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index c4796f3a..6c190d41 100644
--- a/main.cpp
+++ b/main.cpp
@@ -42,8 +42,8 @@ struct application final : Platform::Application
application::application(const Arguments& arguments):
Platform::Application{arguments, Configuration{}
- .setTitle("Magnum Textured Quad Example")
- .setSize({512, 512})}
+ .setTitle("Test")
+ .setSize({640, 480})}
{
struct QuadVertex {
Vector3 position;