fixed ordering problem, but have a wier flicker in non editor mode

This commit is contained in:
2026-05-03 22:09:08 +02:00
parent 4fce05a927
commit 4002030de8
5 changed files with 9 additions and 15 deletions

View File

@@ -934,7 +934,7 @@ namespace TSE::EDITOR
}
ImGui::BeginDisabled();
ImGui::DragInt("Chunk Size", &element->chunkSize, 1.0f);
ImGui::DragFloat("Chunk Size", &element->chunkSize, 1.0f);
ImGui::EndDisabled();
if (debug)