Improve flickering

This commit is contained in:
tobspr 2020-06-17 14:05:17 +02:00
parent d0dc116cc7
commit 3ddc0de2c4
1 changed files with 1 additions and 1 deletions

View File

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