瀏覽代碼

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;
break;
}
default:
{
break;
}
}

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



Loading…
取消
儲存