git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@166 92aac97c-a6ce-11dd-a772-7fcde58d38e6

This commit is contained in:
chappuis.daniel 2009-07-06 20:16:15 +00:00
parent 824a16d3de
commit 5fbc3801b6

View File

@ -1,4 +1,4 @@
/****************************************************************************
/***************************************************************************
* Copyright (C) 2009 Daniel Chappuis *
****************************************************************************
* This file is part of ReactPhysics3D. *
@ -33,7 +33,7 @@ namespace reactphysics3d {
bodies in the physics engine.
-------------------------------------------------------------------
*/
class FaceEdgeContact : public contact {
class FaceEdgeContact : public Contact {
private :
Segment3D contactSegment;