浏览代码

lolphysics.h : small build fix

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 年前
父节点
当前提交
b38bcfaa57
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      test/physics/lolphysics.h

+ 8
- 0
test/physics/lolphysics.h 查看文件

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




||||||
x
 
000:0
正在加载...
取消
保存