GUI: code style + ID fix
This commit is contained in:
parent
5eb8718ce5
commit
6d5d28484f
2 changed files with 6 additions and 6 deletions
|
|
@ -1255,9 +1255,9 @@ void FurnaceGUI::drawPattern() {
|
|||
xAmount*=MAX(1,editStep);
|
||||
yAmount*=MAX(1,editStep);
|
||||
}
|
||||
if (settings.cursorWheelStep == 2) {
|
||||
xAmount *= MAX(1, editStepCoarse);
|
||||
yAmount *= MAX(1, editStepCoarse);
|
||||
if (settings.cursorWheelStep==2) {
|
||||
xAmount*=MAX(1,editStepCoarse);
|
||||
yAmount*=MAX(1,editStepCoarse);
|
||||
}
|
||||
moveCursor(xAmount,yAmount,false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue