Recast: fix typo in UI button

This commit is contained in:
Kawe Mazidjatari 2024-07-02 14:24:58 +02:00
parent 4ced95e2c1
commit f8cac07da2

View File

@ -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))