mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-12 08:00:30 +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)
|
if (threeDWaypoints.Checked)
|
||||||
{
|
{
|
||||||
foreach (Path path in PathMainMenu.GetPaths())
|
|
||||||
{
|
|
||||||
//GameFiber.StartNew(() =>
|
|
||||||
//{
|
|
||||||
DebugGraphics.LoopToDrawDebugGraphics(path);
|
|
||||||
//});
|
|
||||||
}
|
|
||||||
|
|
||||||
DebugGraphics.Draw3DWaypointOnPlayer();
|
DebugGraphics.Draw3DWaypointOnPlayer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (checkboxItem == mapBlips)
|
if (checkboxItem == mapBlips)
|
||||||
{
|
{
|
||||||
if (mapBlips.Checked)
|
if (mapBlips.Checked)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue