mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
fix erroneous position calculation due to additional offset
This commit is contained in:
@@ -415,7 +415,7 @@ static void window_game_top_toolbar_invalidate()
|
||||
window_game_top_toolbar_widgets[WIDX_PAUSE].left = x;
|
||||
x += 29;
|
||||
window_game_top_toolbar_widgets[WIDX_PAUSE].right = x;
|
||||
x += 1;
|
||||
// x += 1;
|
||||
// window_game_top_toolbar_widgets[WIDX_FASTFORWARD].left = x;
|
||||
// x += 29;
|
||||
// window_game_top_toolbar_widgets[WIDX_FASTFORWARD].right = x;
|
||||
|
||||
Reference in New Issue
Block a user