mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Move title_options button after resizing screen
This commit is contained in:
@@ -1787,6 +1787,11 @@ void window_resize_gui(int width, int height)
|
||||
exitWind->x = width - 40;
|
||||
exitWind->y = height - 64;
|
||||
}
|
||||
|
||||
rct_window *optionsWind = window_find_by_class(WC_TITLE_OPTIONS);
|
||||
if (optionsWind != NULL) {
|
||||
optionsWind->x = width - 80;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user