From f8cac07da24fb1f9a1e9345c54e5f539faeca8a4 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 2 Jul 2024 14:24:58 +0200 Subject: [PATCH] Recast: fix typo in UI button --- src/naveditor/Editor_TileMesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/naveditor/Editor_TileMesh.cpp b/src/naveditor/Editor_TileMesh.cpp index c7906d47..10205aef 100644 --- a/src/naveditor/Editor_TileMesh.cpp +++ b/src/naveditor/Editor_TileMesh.cpp @@ -229,7 +229,7 @@ void Editor_TileMesh::handleSettings() } Editor::handleCommonSettings(); - if (imguiCheck("Keep Itermediate Results", m_keepInterResults)) + if (imguiCheck("Keep Intermediate Results", m_keepInterResults)) m_keepInterResults = !m_keepInterResults; if (imguiCheck("Build All Tiles", m_buildAll))