mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Address feedback, remove needless else
This commit is contained in:
parent
e19591d0fa
commit
5f06a88174
@ -311,8 +311,6 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
|
|||||||
this.currentBaseRotation = 90;
|
this.currentBaseRotation = 90;
|
||||||
} else if (this.root.keyMapper.getBinding(KEYMAPPINGS.placement.rotateToLeft).pressed) {
|
} else if (this.root.keyMapper.getBinding(KEYMAPPINGS.placement.rotateToLeft).pressed) {
|
||||||
this.currentBaseRotation = 270;
|
this.currentBaseRotation = 270;
|
||||||
} else {
|
|
||||||
// No op
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const staticComp = this.fakeEntity.components.StaticMapEntity;
|
const staticComp = this.fakeEntity.components.StaticMapEntity;
|
||||||
|
Loading…
Reference in New Issue
Block a user