diff --git a/test/physics/lolphysics.h b/test/physics/lolphysics.h index eaf33fed..6767d087 100644 --- a/test/physics/lolphysics.h +++ b/test/physics/lolphysics.h @@ -183,6 +183,10 @@ public: BtRayResult = BtRayResult_Closest; break; } + default: + { + break; + } } m_dynamics_world->rayTest(LOL2BTU_VEC3(RayFrom), LOL2BTU_VEC3(RayTo), *BtRayResult); @@ -211,6 +215,10 @@ public: } break; } + default: + { + break; + } } }