fixed ordering problem, but have a wier flicker in non editor mode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user