From bb3156c3289c4edfdc71cfa93e40acdc1452ddb2 Mon Sep 17 00:00:00 2001 From: Irlan Date: Tue, 4 Jun 2019 21:47:22 -0300 Subject: [PATCH] Update draw.h --- include/bounce/common/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bounce/common/draw.h b/include/bounce/common/draw.h index 7865711..7a78162 100644 --- a/include/bounce/common/draw.h +++ b/include/bounce/common/draw.h @@ -110,7 +110,7 @@ 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 local segment, radius, and rotation. + // Draw a solid capsule with segment, radius, and rotation. virtual void DrawSolidCapsule(const b3Vec3& p1, const b3Vec3& p2, float32 radius, const b3Mat33& rotation, const b3Color& color) = 0; // Draw a AABB.