mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
NavEditor: Move "Save" button below "Load"
Minor UX improvements.
This commit is contained in:
parent
59e084eafa
commit
d2369af46e
@ -275,11 +275,6 @@ void Editor_TileMesh::handleSettings()
|
||||
imguiIndent();
|
||||
imguiIndent();
|
||||
|
||||
if (imguiButton("Save"))
|
||||
{
|
||||
Editor::saveAll(m_modelName.c_str(), m_navMesh);
|
||||
}
|
||||
|
||||
if (imguiButton("Load"))
|
||||
{
|
||||
dtFreeNavMesh(m_navMesh);
|
||||
@ -287,6 +282,11 @@ void Editor_TileMesh::handleSettings()
|
||||
m_navQuery->init(m_navMesh, 2048);
|
||||
}
|
||||
|
||||
if (imguiButton("Save"))
|
||||
{
|
||||
Editor::saveAll(m_modelName.c_str(), m_navMesh);
|
||||
}
|
||||
|
||||
imguiUnindent();
|
||||
imguiUnindent();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user