From b38bcfaa57d69951d17dc98eaafa1a05500b28a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?=
 <huet.benjamin@gmail.com>
Date: Wed, 25 Sep 2013 13:17:26 +0000
Subject: [PATCH] lolphysics.h : small build fix

---
 test/physics/lolphysics.h | 8 ++++++++
 1 file changed, 8 insertions(+)

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