mirror of
https://github.com/lubosz/overte.git
synced 2025-08-04 20:58:09 +02:00
Merge pull request #10672 from howard-stearns/fix-teleport-vs-stuck-in-floor
fix teleport vs stuck-in-floor work
This commit is contained in:
commit
33bf8cc20e
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ bool RenderableModelEntityItem::findDetailedRayIntersection(const glm::vec3& ori
|
||||||
|
|
||||||
QString extraInfo;
|
QString extraInfo;
|
||||||
return _model->findRayIntersectionAgainstSubMeshes(origin, direction, distance,
|
return _model->findRayIntersectionAgainstSubMeshes(origin, direction, distance,
|
||||||
face, surfaceNormal, extraInfo, precisionPicking, precisionPicking);
|
face, surfaceNormal, extraInfo, precisionPicking, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RenderableModelEntityItem::getCollisionGeometryResource() {
|
void RenderableModelEntityItem::getCollisionGeometryResource() {
|
||||||
|
|
Loading…
Reference in a new issue