We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853e226 commit eec8489Copy full SHA for eec8489
1 file changed
src/TSMapEditor/Models/MapTile.cs
@@ -5,7 +5,6 @@
5
using TSMapEditor.Models.Enums;
6
using TSMapEditor.Models.MapFormat;
7
using TSMapEditor.Rendering;
8
-using TSMapEditor.UI;
9
10
namespace TSMapEditor.Models
11
{
@@ -255,7 +254,7 @@ public void DoForAllWaypoints(Action<Waypoint> action)
255
254
256
action(waypoint);
257
}
258
- }
+ }
259
260
public SubCell GetSubCellClosestToPosition(Point2D position, bool onlyOccupiedCells)
261
0 commit comments