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

Added waypoint sphere on player while path creation menu is open if 3D waypoints are enabled.

This commit is contained in:
Rich Dunne 2020-08-27 15:57:59 -06:00
parent a103d9be67
commit 934e73d5c1
3 changed files with 33 additions and 5 deletions

View file

@ -46,6 +46,8 @@ namespace SceneManager
DebugGraphics.LoopToDrawDebugGraphics(debugGraphics, path);
});
}
DebugGraphics.DrawSphereOnPlayer(debugGraphics);
}
}