Skip to content

Commit

Permalink
Fix physics bugs on x64
Browse files Browse the repository at this point in the history
Thanks to Giperion
  • Loading branch information
Xottab-DUTY committed Nov 4, 2017
1 parent 2f3d00d commit f3e1f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrPhysics/Physics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ IC static int CollideIntoGroup(
}

if (pushing_neg)
surface.mu = dInfinity;
surface.mu = flt_max; // dInfinity
if (do_collide && collided_contacts < MAX_CONTACTS)
{
++collided_contacts;
Expand Down

0 comments on commit f3e1f34

Please sign in to comment.