This commit is contained in:
Бранимир Караџић 2019-02-07 08:15:11 -08:00
parent 657bf4a54b
commit aa1d20761c
1 changed files with 5 additions and 5 deletions

View File

@ -470,15 +470,15 @@ struct Shape
{
enum Enum
{
Sphere,
Aabb,
Triangle,
Capsule,
Cone,
Cylinder,
Plane,
Disk,
Obb,
Plane,
Sphere,
Triangle,
Cone,
Cylinder,
Count
};