backward compatible small fixes

This commit is contained in:
Michele 2021-01-18 10:05:40 +00:00
parent 70abe86ae3
commit 5c0608c537
4 changed files with 58 additions and 81 deletions

View file

@ -6,7 +6,6 @@ namespace Sledgemapper.UI
{
public void ClearSelection()
{
ClearSelection(GridTiles);
ClearSelection(GridWalls);
ClearSelection(GridOverlays);
}