Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Samarin <nicks1987@bigmir.net>2010-05-19 05:42:17 +0400
committerNick Samarin <nicks1987@bigmir.net>2010-05-19 05:42:17 +0400
commit56784fcde9e4a4ff1553bf555e66b59208c90b3c (patch)
treecbfe67fb5ee642fd6c9f5656806a63e4bbd70cc0 /extern/recastnavigation/Recast/Source/RecastMesh.cpp
parent34058faa0ef08f85c89f920298d54849a55b6052 (diff)
added converting mesh of game object to Detour StatNavMesh (game object is defined by property "navmesh")
Diffstat (limited to 'extern/recastnavigation/Recast/Source/RecastMesh.cpp')
-rw-r--r--extern/recastnavigation/Recast/Source/RecastMesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/recastnavigation/Recast/Source/RecastMesh.cpp b/extern/recastnavigation/Recast/Source/RecastMesh.cpp
index 0bcca9314c6..45ed4a2fdc6 100644
--- a/extern/recastnavigation/Recast/Source/RecastMesh.cpp
+++ b/extern/recastnavigation/Recast/Source/RecastMesh.cpp
@@ -32,7 +32,7 @@ struct rcEdge
unsigned short poly[2];
};
-static bool buildMeshAdjacency(unsigned short* polys, const int npolys,
+/*static */bool buildMeshAdjacency(unsigned short* polys, const int npolys,
const int nverts, const int vertsPerPoly)
{
// Based on code by Eric Lengyel from: