1
0
Fork 0

Fix: Highscore/Endgame window can disappear offscreen if game window is resized.

pull/12951/head
Peter Nelson 2024-09-19 01:42:16 +01:00
parent 1e3855c9c3
commit 64e13040de
No known key found for this signature in database
GPG Key ID: 8EF8F0A467DF75ED
1 changed files with 2 additions and 0 deletions

View File

@ -3462,6 +3462,8 @@ void RelocateAllWindows(int neww, int newh)
switch (w->window_class) {
case WC_MAIN_WINDOW:
case WC_BOOTSTRAP:
case WC_HIGHSCORE:
case WC_ENDSCREEN:
ResizeWindow(w, neww, newh);
continue;