mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
changed stuff
This commit is contained in:
@@ -15,7 +15,7 @@ namespace omath::pathfinding
|
||||
struct NavigationVertex
|
||||
{
|
||||
Vector3 origin;
|
||||
std::vector<Vector3*> connections;
|
||||
std::vector<NavigationVertex*> connections;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user