From 92ac65720aac09443bd84ff3bb2b1a88e90a455c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:19:37 +0300 Subject: [PATCH] Remove comment --- src/openrct2/entity/EntityRegistry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/entity/EntityRegistry.cpp b/src/openrct2/entity/EntityRegistry.cpp index 10cf957f78..10ae01abb9 100644 --- a/src/openrct2/entity/EntityRegistry.cpp +++ b/src/openrct2/entity/EntityRegistry.cpp @@ -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)) {