mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Write unknown status numeric value
This commit is contained in:
parent
7d73e73cad
commit
eb140ed15f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue