mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 21:40:42 +00:00
Fix typo in navmeshtool log message
This commit is contained in:
parent
499e688289
commit
92a64b0bbd
@ -208,7 +208,7 @@ namespace NavMeshTool
|
|||||||
Log(Debug::Warning) << "Cancelled";
|
Log(Debug::Warning) << "Cancelled";
|
||||||
break;
|
break;
|
||||||
case Status::NotEnoughSpace:
|
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
|
<< "for navmesh db. Check disk space at the db location \"" << dbPath
|
||||||
<< "\". If there is enough space, adjust \"max navmeshdb file size\" setting (see "
|
<< "\". 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).";
|
<< "https://openmw.readthedocs.io/en/latest/reference/modding/settings/navigator.html?highlight=navmesh#max-navmeshdb-file-size).";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user