Update to blend logic.

This commit is contained in:
2023-09-17 14:00:00 -04:00
parent df45e00fbd
commit 40c27eef79
3 changed files with 17 additions and 43 deletions
+1 -6
View File
@@ -64,12 +64,7 @@ public class GetHeightCmd extends AbstractDevCmd {
return;
}
if (Bounds.collide(playerCharacter.getLoc(), heightmapZone.minBlend)) {
this.throwbackInfo(playerCharacter, "Blend: Min (LERP)");
return;
}
this.throwbackInfo(playerCharacter, "Blend: None (Parent)");
this.throwbackInfo(playerCharacter, "Blend: Min (LERP)");
}