gitadora: (arena model) fix window settings not working (#494)

## Link to GitHub Issue, if one exists
#477 

## Description of change
F11 menu (window settings) did not work for arena model because the game
engine races to create many windows, so our logic of grabbing the first
window created doesn't always get the main window.

## Testing
This commit is contained in:
bicarus
2026-01-02 15:07:32 -08:00
committed by GitHub
parent cf59ae5f89
commit 7a1f46d1be
5 changed files with 53 additions and 4 deletions
+1
View File
@@ -69,6 +69,7 @@ namespace cfg {
uint32_t init_client_height = 0;
float init_client_aspect_ratio = 1.f;
uint32_t init_window_style = 0;
uint32_t init_window_style_ex = 0;
uint32_t window_deco_width = 0;
uint32_t window_deco_height = 0;