Fix #23496: missing spatial index update when paused (#23505)

This commit is contained in:
Basssiiie 2024-12-30 12:02:25 +01:00 committed by GitHub
parent 25ac4cf5d6
commit 9ba4beb1dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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)
------------------------------------------------------------------------

View file

@ -177,6 +177,7 @@ namespace OpenRCT2
// Post-tick game actions.
GameActions::ProcessQueue();
UpdateEntitiesSpatialIndex();
}
}