mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
Fixed friction minimum in character controller panel
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
ImGui::Text("Friction");
|
||||
ImGui::TableNextColumn();
|
||||
|
||||
ImGui::DragFloat("##Friction", &component.Friction, 0.01f, 0.1f, 100.0f);
|
||||
ImGui::DragFloat("##Friction", &component.Friction, 0.00f, 0.1f, 100.0f);
|
||||
ImGui::TableNextColumn();
|
||||
ComponentTableReset(component.Friction, 0.5f)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user