mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 15:39:49 +00:00
Fix typo in navmeshtool log message
This commit is contained in:
parent
499e688289
commit
92a64b0bbd
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ namespace NavMeshTool
|
|||
Log(Debug::Warning) << "Cancelled";
|
||||
break;
|
||||
case Status::NotEnoughSpace:
|
||||
Log(Debug::Warning) << "Navmesh genration is cancelled due to running out of disk space or limits "
|
||||
Log(Debug::Warning) << "Navmesh generation is cancelled due to running out of disk space or limits "
|
||||
<< "for navmesh db. Check disk space at the db location \"" << dbPath
|
||||
<< "\". If there is enough space, adjust \"max navmeshdb file size\" setting (see "
|
||||
<< "https://openmw.readthedocs.io/en/latest/reference/modding/settings/navigator.html?highlight=navmesh#max-navmeshdb-file-size).";
|
||||
|
|
Loading…
Reference in a new issue