1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Add invalidation to frozen peeps (#22236)

This commit is contained in:
Aaron van Geffen
2024-07-07 15:30:10 +02:00
committed by GitHub
parent be0ca5a1d2
commit 889860cc2e

View File

@@ -982,6 +982,7 @@ void Peep::Update()
UpdateWalkingAnimation();
else
UpdateActionAnimation();
Invalidate();
}
}
return;