diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-18 12:31:20 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-18 12:31:20 +0100 |
| commit | a4e8be46408c9bcdc8d1fee604b5af4779bbd64b (patch) | |
| tree | 79b55a5ffad8aaeffff4260877bad9b28842a99f | |
| parent | 1635f59f28454908411d6f41ba11a04f84cf9668 (diff) | |
set correct title/size
| -rw-r--r-- | main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
