1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Fix #17390: Object selection ride tab uses wrong animations (#22351)

* Object selection ride tab uses wrong animations

* Keep track of currently selected sub-tab

* Add changelog entry
This commit is contained in:
Aaron van Geffen
2024-07-27 21:54:19 +02:00
committed by GitHub
parent b02d461b02
commit 0df7e41f59
2 changed files with 34 additions and 36 deletions

View File

@@ -14,6 +14,7 @@
- Change: [#22230] The plugin/script engine is now initialised off the main thread.
- Change: [#22251] Hide author info in the scenery window unless debug tools are active.
- Change: [#22309] The scenario editor now supports loading landscapes from .sea save files.
- Fix: [#17390] Glitchy animations for the ride type tabs in the object selection window.
- Fix: [#19210] The load/save window executes the loading code twice, resulting in a slowdown.
- Fix: [#22056] Potential crash upon exiting the game.
- Fix: [#22208] Cursor may fail to register hits in some cases (original bug).