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

Remove comment

This commit is contained in:
ζeh Matt
2024-09-27 12:19:37 +03:00
parent 551a6b5275
commit 92ac65720a

View File

@@ -478,7 +478,6 @@ void EntityBase::MoveTo(const CoordsXYZ& newLocation)
loc.x = kLocationNull;
}
// EntitySpatialMove(this, loc);
const auto newSpatialIndex = ComputeSpatialIndex(loc);
if (newSpatialIndex != GetSpatialIndex(this))
{