Content grid-trees (#3750)

* Content grid-trees

* Update submodule
This commit is contained in:
metalgearsloth
2021-04-02 20:29:19 +11:00
committed by GitHub
parent ac28653bac
commit 5de9228c40
6 changed files with 6 additions and 6 deletions

View File

@@ -131,7 +131,7 @@ namespace Content.Client.GameObjects.EntitySystems
overlayManager.RemoveOverlay<GasTileOverlay>();
}
private void OnGridRemoved(GridId gridId)
private void OnGridRemoved(MapId mapId, GridId gridId)
{
if (_tileData.ContainsKey(gridId))
{