Skip to content

Commit b266917

Browse files
committed
xrPhysics/dCylinder.cpp: use CONTACT from dTriColliderCommon.h
1 parent f14fec6 commit b266917

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/xrPhysics/dcylinder/dCylinder.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "stdafx.h"
2+
#include "tri-colliderknoopc/dTriColliderCommon.h"
23
#include "dCylinder.h"
34
#include "xrPhysics/ode_include.h"
45

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

1819
#define NUMC_MASK (0xffff)
1920

20-
#define CONTACT(p, skip) ((dContactGeom*)(((char*)p) + (skip)))
21-
2221
/////////////////////////////////////////////////////////////////////////////////////////////////
2322
/////////////////////////////circleIntersection//////////////////////////////////////////////////
2423
// this does following:

0 commit comments

Comments
 (0)