fixed input mapping context issue
This commit is contained in:
@@ -35,7 +35,6 @@ public partial class MantleSystem: Node3D
|
||||
}
|
||||
if (_wallInFrontCast3D.GetCollisionNormal(0).Y > 0.8f)
|
||||
{
|
||||
GD.Print(_wallInFrontCast3D.GetCollisionNormal(0).Y);
|
||||
return Option<Vector3>.None;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user