holding both Ctrl and Shift still enables 10x stength
This commit is contained in:
parent
a9619fad33
commit
433a80b099
@ -1629,10 +1629,7 @@ void GameView::enableShiftBehaviour()
|
||||
shiftBehaviour = true;
|
||||
if(isMouseDown)
|
||||
{
|
||||
if(!ctrlBehaviour)
|
||||
c->SetToolStrength(10.0f);
|
||||
else
|
||||
c->SetToolStrength(1.0f);
|
||||
c->SetToolStrength(10.0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1681,7 +1678,7 @@ void GameView::enableCtrlBehaviour()
|
||||
if(!shiftBehaviour)
|
||||
c->SetToolStrength(.1f);
|
||||
else
|
||||
c->SetToolStrength(1.0f);
|
||||
c->SetToolStrength(10.0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user