浏览代码

lolphysics.h : small build fix

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 12 年前
父节点
当前提交
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;
break;
}
default:
{
break;
}
}

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



正在加载...
取消
保存