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

@ -51,7 +51,7 @@ public:
return 1.0f;
}
b3ShapeRayCastSingleOutput hit;
b3RayCastSingleShapeOutput hit;
};
class Test : public b3ContactListener