From 5dfe69e4580073c9bdeaed605a46cf0ec3e24ad2 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 11 Jun 2025 18:50:36 +1200 Subject: Add support for bundling SDL2 in Mac binaries --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 9777a6f..9381731 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,6 +100,7 @@ int main() { SDL_Init(SDL_INIT_EVERYTHING); SDL_CreateWindowAndRenderer(WIDTH, HEIGHT, 0, &window, &renderer); + SDL_SetWindowTitle(window, "Showdown of the Sticks"); call_lua_function(L, "Setup"); -- cgit v1.2.3