1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Don't invalidate map animations for tiles that are not in view

This commit is contained in:
mix
2025-05-22 23:14:56 +01:00
parent b96fe8f51b
commit e464b2ebe7
22 changed files with 207 additions and 76 deletions

View File

@@ -914,7 +914,7 @@ void FootpathChainRideQueue(
lastPathElement->AsPath()->SetHasQueueBanner(true);
lastPathElement->AsPath()->SetQueueBannerDirection(lastPathDirection); // set the ride sign direction
MapAnimation::Create(lastPath);
MapAnimation::MarkTileForInvalidation(lastPath);
}
}
}