mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
parent
25ac4cf5d6
commit
9ba4beb1dc
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
- Fix: [#23348] Console set commands don't print output properly.
|
||||
- Fix: [#23376] Peeps with balloons, hats and umbrellas may leave artifacts on screen.
|
||||
- Fix: [#23486] Object selection minimum requirements can be bypassed with close window hotkey.
|
||||
- Fix: [#23496] Newly spawned vehicles are invisible when spawned while the game is paused.
|
||||
|
||||
0.4.17 (2024-12-08)
|
||||
------------------------------------------------------------------------
|
||||
|
|
|
@ -177,6 +177,7 @@ namespace OpenRCT2
|
|||
|
||||
// Post-tick game actions.
|
||||
GameActions::ProcessQueue();
|
||||
UpdateEntitiesSpatialIndex();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue