mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 12:32:40 +02:00
holding both Ctrl and Shift still enables 10x stength
This commit is contained in:
@@ -1629,10 +1629,7 @@ void GameView::enableShiftBehaviour()
|
|||||||
shiftBehaviour = true;
|
shiftBehaviour = true;
|
||||||
if(isMouseDown)
|
if(isMouseDown)
|
||||||
{
|
{
|
||||||
if(!ctrlBehaviour)
|
c->SetToolStrength(10.0f);
|
||||||
c->SetToolStrength(10.0f);
|
|
||||||
else
|
|
||||||
c->SetToolStrength(1.0f);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1681,7 +1678,7 @@ void GameView::enableCtrlBehaviour()
|
|||||||
if(!shiftBehaviour)
|
if(!shiftBehaviour)
|
||||||
c->SetToolStrength(.1f);
|
c->SetToolStrength(.1f);
|
||||||
else
|
else
|
||||||
c->SetToolStrength(1.0f);
|
c->SetToolStrength(10.0f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user