From 05f28887165b9c84690b57f3828f89f72a34812a Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Thu, 28 Jul 2022 15:51:34 +0200 Subject: [PATCH] fix error log --- r5dev/naveditor/Sample_TileMesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/naveditor/Sample_TileMesh.cpp b/r5dev/naveditor/Sample_TileMesh.cpp index a8c27ffd..603f5868 100644 --- a/r5dev/naveditor/Sample_TileMesh.cpp +++ b/r5dev/naveditor/Sample_TileMesh.cpp @@ -1109,7 +1109,7 @@ unsigned char* Sample_TileMesh::buildTileMesh(const int tx, const int ty, const m_cfg.detailSampleDist, m_cfg.detailSampleMaxError, *m_dmesh)) { - m_ctx->log(RC_LOG_ERROR, "buildNavigation: Could build polymesh detail."); + m_ctx->log(RC_LOG_ERROR, "buildNavigation: Could not build polymesh detail."); return 0; }