From aa1d20761c89656ea345344a0746e28566e5c06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Thu, 7 Feb 2019 08:15:11 -0800 Subject: [PATCH] Cleanup. --- examples/29-debugdraw/debugdraw.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/29-debugdraw/debugdraw.cpp b/examples/29-debugdraw/debugdraw.cpp index 7486a179d..cbcb63a7a 100644 --- a/examples/29-debugdraw/debugdraw.cpp +++ b/examples/29-debugdraw/debugdraw.cpp @@ -470,15 +470,15 @@ struct Shape { enum Enum { + Sphere, Aabb, + Triangle, Capsule, - Cone, - Cylinder, + Plane, Disk, Obb, - Plane, - Sphere, - Triangle, + Cone, + Cylinder, Count };