diff --git a/scripts/Mouth.cs b/scripts/Mouth.cs index 5576daf..da88b92 100644 --- a/scripts/Mouth.cs +++ b/scripts/Mouth.cs @@ -47,8 +47,8 @@ public partial class Mouth : XRCamera3D GD.Print("New MaxEatWeight: ", MaxEatWeight); GD.Print("New WorldScale: ", WorldScale); - Near = 0.05f * MaxEatWeight; - Far = 4000f * MaxEatWeight; + // Near = 0.05f * MaxEatWeight; + // Far = 4000f * MaxEatWeight; } }