1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 23:50:29 +01:00

Updated reference to PathMainMenu.DeletePath method

This commit is contained in:
Rich Dunne 2020-09-13 02:52:16 -06:00
parent de6169101f
commit 1b9a3b4ceb

View file

@ -42,7 +42,7 @@ namespace SceneManager
if (selectedItem == deletePath) if (selectedItem == deletePath)
{ {
PathMainMenu.DeletePath(currentPath, currentPath.Number - 1, PathMainMenu.Delete.Single); PathMainMenu.DeletePath(currentPath, PathMainMenu.Delete.Single);
} }
} }