+++
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user