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:
@@ -982,6 +982,7 @@ void Peep::Update()
|
||||
UpdateWalkingAnimation();
|
||||
else
|
||||
UpdateActionAnimation();
|
||||
Invalidate();
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user