diff --git a/CustomAvatar/BeatSaberUtil.cs b/CustomAvatar/BeatSaberUtil.cs index ee4f0c0..b240a31 100644 --- a/CustomAvatar/BeatSaberUtil.cs +++ b/CustomAvatar/BeatSaberUtil.cs @@ -51,7 +51,7 @@ public static float GetPlayerHeight() public static float GetPlayerViewPointHeight() { - return GetPlayerHeight() - MainSettingsModel.headPosToPlayerHeightOffset; + return GetPlayerHeight() - MainSettingsModel.kHeadPosToPlayerHeightOffset; } public static Vector3 GetRoomCenter()