1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 17:24:47 +01:00

These function names have not reflected their use for a while (#20656)

This commit is contained in:
Duncan
2023-08-01 20:19:33 +01:00
committed by GitHub
parent 19118de773
commit 4349688de4
14 changed files with 26 additions and 26 deletions

View File

@@ -564,7 +564,7 @@ void PeepWindowStateUpdate(Peep* peep)
{
WindowBase* w = WindowFindByNumber(WindowClass::Peep, peep->Id.ToUnderlying());
if (w != nullptr)
WindowEventInvalidateCall(w);
WindowEventOnPrepareDrawCall(w);
if (peep->Is<Guest>())
{