1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-10 15:20:29 +01:00

Removed unnecessary code

This commit is contained in:
Rich Dunne 2021-07-07 19:03:31 -06:00
parent 85be2cab53
commit a45d7244ae

View file

@ -87,7 +87,7 @@ namespace SceneManager.Managers
{
Game.LogTrivial($"Deleting the last waypoint from the path.");
currentPath.Delete();
Paths[Array.IndexOf(Paths, currentPath)] = null;
PathMainMenu.Build();
EditWaypointMenu.Menu.Visible = false;