This commit is contained in:
2025-05-26 04:47:47 +03:00
parent 2b595ba585
commit 89f4a186ff
6 changed files with 93 additions and 29 deletions

View File

@ -128,7 +128,7 @@ namespace DroneSimulator
private void button_UU_MouseDown(object sender, MouseEventArgs e)
{
const float pow = 0.1f;
float pow = ((float)trackBar_Value.Value) / 10.0f;
if (sender == button_UU)
{