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

Removed DebugGraphics.LoopToDrawDebugGraphics reference.

This commit is contained in:
Rich Dunne 2020-09-13 02:58:19 -06:00
parent 628120f5f2
commit 08115a871b

View file

@ -56,19 +56,10 @@ namespace SceneManager
{
if (threeDWaypoints.Checked)
{
foreach (Path path in PathMainMenu.GetPaths())
{
//GameFiber.StartNew(() =>
//{
DebugGraphics.LoopToDrawDebugGraphics(path);
//});
}
DebugGraphics.Draw3DWaypointOnPlayer();
}
}
if (checkboxItem == mapBlips)
{
if (mapBlips.Checked)