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:
parent
628120f5f2
commit
08115a871b
1 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue