From 7e7ddf53b54e52f2106c4adce2818df7877254f1 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 7 Apr 2025 01:16:19 +0100 Subject: More uniform/flexible window constructors --- application/resviewer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'application/resviewer.cpp') diff --git a/application/resviewer.cpp b/application/resviewer.cpp index 99e3425..ced76f8 100644 --- a/application/resviewer.cpp +++ b/application/resviewer.cpp @@ -18,8 +18,7 @@ main(int argc, char ** argv) void run(std::span fileList) { - windows.create(DEFAULT_WIDTH, DEFAULT_HEIGHT/*, "ILT - Resource Viewer", - SDL_WINDOW_RESIZABLE | SDL_WINDOW_OPENGL*/); + windows.create(DEFAULT_WIDTH, DEFAULT_HEIGHT, "ILT - Resource Viewer"); mainLoop(); } }; -- cgit v1.2.3