1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Prevent animation invalidation when paused

This commit is contained in:
mix
2025-04-07 21:12:03 +01:00
committed by GitHub
parent 5a9d0d0cd6
commit 3c6ff344bb

View File

@@ -169,10 +169,6 @@ namespace OpenRCT2
// Keep updating the money effect even when paused.
UpdateMoneyEffect();
// Update the animation list. Note this does not
// increment the map animation.
MapAnimationInvalidateAll();
// Post-tick network update
NetworkProcessPending();