Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton committed Jul 26, 2024
1 parent 6bdd816 commit 1594805
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Engine/Graphics/Collisions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ void ProcessActorCollisionsBLV(Actor &actor, bool isAboveGround, bool isFlying)
// Push away from the surface and add a touch down for better slide
if (bFaceSlopeTooSteep)
actor.velocity += Vec3f(face->facePlane.normal.x, face->facePlane.normal.y, -2) * 10;

}

if (pIndoor->pFaces[id].uAttributes & FACE_TriggerByMonster)
Expand Down

0 comments on commit 1594805

Please sign in to comment.