Ver código fonte

lolphysics.h : small build fix

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 anos atrás
pai
commit
b38bcfaa57
1 arquivos alterados com 8 adições e 0 exclusões
  1. +8
    -0
      test/physics/lolphysics.h

+ 8
- 0
test/physics/lolphysics.h Ver arquivo

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



Carregando…
Cancelar
Salvar