mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: fix typo in UI button
This commit is contained in:
parent
4ced95e2c1
commit
f8cac07da2
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user