Zadanie 2 improve text

This commit is contained in:
Władysław Kuczerenko 2024-06-10 00:33:40 +02:00
parent 17875206bf
commit 8f61b79431
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ void imGuiRenderBallsControlsFrame(){
ImGui::SliderFloat("Speed", &speed, 0.0f, 20.0f);
ImGui::SliderFloat("Angle", &angle, 0.0f, 90.0f);
if(ImGui::Button("Reset ball controls")){
if(ImGui::Button("Reset ball modifiers")){
gravity = initialGravity;
airResistance = initialAirResistance;
speed = initialSpeed;