浏览代码

Warning removal.

legacy
Benjamin ‘Touky’ Huet touky 12 年前
父节点
当前提交
646aeb33eb
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. +0
    -6
      test/Physics/Include/LolPhysics.h

+ 0
- 6
test/Physics/Include/LolPhysics.h 查看文件

@@ -106,12 +106,6 @@ private:
m_dynamics_world->setGravity(LOL2BT_VEC3(NewGravity * LOL2BT_UNIT));
}

void CustomSetWorldLimit(vec3 const &NewWorldMin, vec3 const &NewWorldMax)
{
}

void CustomSetTimestep(float NewTimestep) { }

//broadphase
btBroadphaseInterface* m_broadphase;
btAxisSweep3* m_Sweep_broadphase;


正在加载...
取消
保存