Bugfix
This commit is contained in:
		| @@ -110,8 +110,8 @@ public : | ||||
| 	// Draw a capsule with segment, and radius. | ||||
| 	virtual void DrawCapsule(const b3Vec3& p1, const b3Vec3& p2, float32 radius, const b3Color& color) = 0; | ||||
|  | ||||
| 	// Draw a solid capsule with segment, and radius. | ||||
| 	virtual void DrawSolidCapsule(const b3Vec3& p1, const b3Vec3& p2, float32 radius, const b3Color& color) = 0; | ||||
| 	// Draw a solid capsule with local segment, radius, and transform. | ||||
| 	virtual void DrawSolidCapsule(const b3Vec3& p1, const b3Vec3& p2, float32 radius, const b3Transform& transform, const b3Color& color) = 0; | ||||
|  | ||||
| 	// Draw a AABB. | ||||
| 	virtual void DrawAABB(const b3AABB3& aabb, const b3Color& color) = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user