improved harpoon gun, misc ui stuff & bugfixes
This commit is contained in:
@@ -265,7 +265,6 @@ namespace Subsurface
|
||||
Limb limb = f1.Body.UserData as Limb;
|
||||
if (limb != null && (limb.type == LimbType.LeftFoot || limb.type == LimbType.RightFoot))
|
||||
{
|
||||
Debug.WriteLine(contact.Manifold.LocalNormal.Y);
|
||||
if (contact.Manifold.LocalNormal.Y >= 0.0f)
|
||||
{
|
||||
stairs = structure;
|
||||
|
||||
Reference in New Issue
Block a user