Various fixes to allow compiling negine with custom build configurations
This commit is contained in:
@@ -215,7 +215,7 @@ void NavigationSettings::Apply()
|
||||
if (area.Id < DT_MAX_AREAS)
|
||||
{
|
||||
NavMeshRuntime::NavAreasCosts[area.Id] = area.Cost;
|
||||
#if USE_EDITOR
|
||||
#if COMPILE_WITH_DEBUG_DRAW
|
||||
NavMeshRuntime::NavAreasColors[area.Id] = area.Color;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user