mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-16 08:09:53 +00:00
Switch static array definition to extern to prevent unused variable warnings
This commit is contained in:
@@ -35,6 +35,18 @@
|
||||
# define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
const char* toolNames[] = {
|
||||
"None",
|
||||
"Create Tiles",
|
||||
"Highlight Tile Cache",
|
||||
"Create Temp Obstacles",
|
||||
"Test Navmesh",
|
||||
"Prune Navmesh",
|
||||
"Create Off-Mesh Connections",
|
||||
"Create Convex Volumes",
|
||||
"Create Crowds",
|
||||
};
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user