mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Updated Paths property due to data structure change
This commit is contained in:
parent
b02f227844
commit
ed48504d03
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ namespace SceneManager.Menus
|
|||
if (selectedItem == RemoveWaypoint)
|
||||
{
|
||||
PathManager.RemoveEditWaypoint(currentPath);
|
||||
if(PathManager.Paths.Count < 1)
|
||||
if(PathManager.Paths.Length < 1)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue