瀏覽代碼

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; 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…
取消
儲存