Бранимир Караџић 6 years ago
parent
commit
aa1d20761c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      examples/29-debugdraw/debugdraw.cpp

+ 5 - 5
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
 		};