mirror of
https://github.com/overte-org/overte.git
synced 2025-08-17 18:33:22 +02:00
Removed unused variable that prevented build on Linux
This commit is contained in:
parent
96f0c35b79
commit
4d5f2ebdfe
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ void FadeEditJob::run(const render::RenderContextPointer& renderContext, const F
|
|||
render::ItemID FadeEditJob::findNearestItem(const render::RenderContextPointer& renderContext, const render::ItemBounds& inputs, float& minIsectDistance) const {
|
||||
const glm::vec3 rayOrigin = renderContext->args->getViewFrustum().getPosition();
|
||||
const glm::vec3 rayDirection = renderContext->args->getViewFrustum().getDirection();
|
||||
auto& scene = renderContext->_scene;
|
||||
BoxFace face;
|
||||
glm::vec3 normal;
|
||||
float isectDistance;
|
||||
|
|
Loading…
Reference in a new issue