Skip to content

Commit

Permalink
xrPhysics/dCylinder.cpp: use CONTACT from dTriColliderCommon.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Aug 19, 2017
1 parent f14fec6 commit b266917
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xrPhysics/dcylinder/dCylinder.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "stdafx.h"
#include "tri-colliderknoopc/dTriColliderCommon.h"
#include "dCylinder.h"
#include "xrPhysics/ode_include.h"

Expand All @@ -17,8 +18,6 @@ int dCylinderClassUser = -1;

#define NUMC_MASK (0xffff)

#define CONTACT(p, skip) ((dContactGeom*)(((char*)p) + (skip)))

/////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////circleIntersection//////////////////////////////////////////////////
// this does following:
Expand Down

0 comments on commit b266917

Please sign in to comment.