Remove unnecessary assignment.
This commit is contained in:
parent
edd2aecea2
commit
62d164ef8a
@ -77,7 +77,7 @@ namespace PolyVox
|
||||
{
|
||||
RaycastPickingFunctor<VolumeType> functor(emptyVoxelExample);
|
||||
|
||||
RaycastResult raycastResult = raycastWithDirection(volData, v3dStart, v3dDirectionAndLength, functor);
|
||||
raycastWithDirection(volData, v3dStart, v3dDirectionAndLength, functor);
|
||||
|
||||
return functor.m_result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user