mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
alright, linter
This commit is contained in:
parent
e8bc5bc1ec
commit
f4fa25d339
@ -160,8 +160,7 @@ export class HUDBaseToolbar extends BaseHUDPart {
|
||||
}
|
||||
|
||||
let newBuildingFound = false;
|
||||
const direction = this.root.keyMapper.getBinding(KEYMAPPINGS.placement.rotateInverseModifier)
|
||||
.pressed
|
||||
const direction = this.root.keyMapper.getBinding(KEYMAPPINGS.placement.rotateInverseModifier).pressed
|
||||
? -1
|
||||
: 1;
|
||||
let newIndex = this.lastSelectedIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user