Merge pull request #116 from aismann/patch-1

Update CCPhysicsDebugNode.cpp
This commit is contained in:
HALX99 2020-07-28 19:29:42 -05:00 committed by GitHub
commit e013223106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static void DrawShape(cpShape *shape, DrawNode *renderer)
cpBody *body = cpShapeGetBody(shape);
Color4F color = ColorForBody(body);
switch (shape->CP_PRIVATE(klass)->type)
switch (shape->klass->type)
{
case CP_CIRCLE_SHAPE:
{