Skip to content

Commit eec8489

Browse files
committed
Cleanup code
1 parent 853e226 commit eec8489

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/TSMapEditor/Models/MapTile.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using TSMapEditor.Models.Enums;
66
using TSMapEditor.Models.MapFormat;
77
using TSMapEditor.Rendering;
8-
using TSMapEditor.UI;
98

109
namespace TSMapEditor.Models
1110
{
@@ -255,7 +254,7 @@ public void DoForAllWaypoints(Action<Waypoint> action)
255254
{
256255
action(waypoint);
257256
}
258-
}
257+
}
259258

260259
public SubCell GetSubCellClosestToPosition(Point2D position, bool onlyOccupiedCells)
261260
{

0 commit comments

Comments
 (0)