From a4e8be46408c9bcdc8d1fee604b5af4779bbd64b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 18 Feb 2022 12:31:20 +0100 Subject: set correct title/size --- main.cpp | 4 ++-- 1 file 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; -- cgit v1.2.3