1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-06 09:34:05 +00:00

Improve flickering

This commit is contained in:
tobspr 2020-06-17 14:05:17 +02:00
parent d0dc116cc7
commit 3ddc0de2c4

View File

@ -204,7 +204,7 @@ export class HUDBuildingPlacerLogic extends BaseHUDPart {
this.interpolatedDirectionLockSide = lerp(
this.interpolatedDirectionLockSide,
this.currentDirectionLockSide,
0.06
0.04
);
}