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:
parent
de6169101f
commit
1b9a3b4ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue