consistency

This commit is contained in:
Irlan
2018-06-29 22:52:21 -03:00
parent db54750a87
commit 2af8cff389
9 changed files with 23 additions and 31 deletions

View File

@ -178,7 +178,7 @@ public:
void CastRay(const b3Vec3 p1, const b3Vec3 p2) const
{
b3ShapeRayCastSingleOutput out;
b3RayCastSingleShapeOutput out;
if (m_world.RayCastSingleShape(&out, p1, p2))
{
g_draw->DrawSegment(p1, out.point, b3Color_green);