mirror of
https://github.com/overte-org/overte.git
synced 2025-07-28 23:20:30 +02:00
put glm:: before vec3
This commit is contained in:
parent
72322c0270
commit
1b92ae95d7
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ bool RenderablePolyVoxEntityItem::findDetailedRayIntersection(const glm::vec3& o
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
glm::vec3 result3 = vec3(result);
|
glm::vec3 result3 = glm::vec3(result);
|
||||||
|
|
||||||
AABox voxelBox;
|
AABox voxelBox;
|
||||||
voxelBox += result3 - Vectors::HALF;
|
voxelBox += result3 - Vectors::HALF;
|
||||||
|
|
Loading…
Reference in a new issue