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

Refactored editUpdateWaypoint in EditWaypoint_OnItemSelected resulting from Waypoint refactor

This commit is contained in:
Rich Dunne 2020-08-20 15:39:31 -06:00
parent c3ea4c307c
commit c4eb57bd69

View file

@ -168,7 +168,6 @@ namespace SceneManager
GameFiber.StartNew(() => GameFiber.StartNew(() =>
{ {
DebugGraphics.LoopToDrawDebugGraphics(SettingsMenu.debugGraphics, paths[i]); DebugGraphics.LoopToDrawDebugGraphics(SettingsMenu.debugGraphics, paths[i]);
//SettingsMenu.LoopToDrawDebugGraphics(paths[i]);
}); });
} }
break; break;