mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Improve flickering
This commit is contained in:
@@ -204,7 +204,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
|
|||||||
this.interpolatedDirectionLockSide = lerp(
|
this.interpolatedDirectionLockSide = lerp(
|
||||||
this.interpolatedDirectionLockSide,
|
this.interpolatedDirectionLockSide,
|
||||||
this.currentDirectionLockSide,
|
this.currentDirectionLockSide,
|
||||||
0.06
|
0.04
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user