Skip to content

Commit

Permalink
Fix OpenRCT2#23496: missing spatial index update when paused (OpenRCT…
Browse files Browse the repository at this point in the history
  • Loading branch information
Basssiiie authored Dec 30, 2024
1 parent 25ac4cf commit 9ba4beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions distribution/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions src/openrct2/GameState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ namespace OpenRCT2

// Post-tick game actions.
GameActions::ProcessQueue();
UpdateEntitiesSpatialIndex();
}
}

Expand Down

0 comments on commit 9ba4beb

Please sign in to comment.