Browse Source

lolphysics.h : small build fix

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
b38bcfaa57
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      test/physics/lolphysics.h

+ 8
- 0
test/physics/lolphysics.h View File

@@ -183,6 +183,10 @@ public:
BtRayResult = BtRayResult_Closest; BtRayResult = BtRayResult_Closest;
break; break;
} }
default:
{
break;
}
} }


m_dynamics_world->rayTest(LOL2BTU_VEC3(RayFrom), LOL2BTU_VEC3(RayTo), *BtRayResult); m_dynamics_world->rayTest(LOL2BTU_VEC3(RayFrom), LOL2BTU_VEC3(RayTo), *BtRayResult);
@@ -211,6 +215,10 @@ public:
} }
break; break;
} }
default:
{
break;
}
} }
} }




Loading…
Cancel
Save