mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-25 22:10:41 -04:00
Write unknown status numeric value
This commit is contained in:
parent
7d73e73cad
commit
eb140ed15f
@ -39,7 +39,7 @@ namespace DetourNavigator
|
||||
case UpdateNavMeshStatus::lost:
|
||||
return stream << "lost";
|
||||
}
|
||||
return stream << "unknown";
|
||||
return stream << "unknown(" << static_cast<unsigned>(value) << ")";
|
||||
}
|
||||
|
||||
AsyncNavMeshUpdater::AsyncNavMeshUpdater(const Settings& settings, TileCachedRecastMeshManager& recastMeshManager,
|
||||
|
Loading…
x
Reference in New Issue
Block a user