Skip to content

Commit a0892de

Browse files
committed
don't divide screen scale in IntersectionInteractor constructor
1 parent 32457eb commit a0892de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenCOVER/cover/coVRIntersectionInteractor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ coVRIntersectionInteractor::coVRIntersectionInteractor(float s, coInteraction::I
4848
if (s < 0.f)
4949
s *= -1.f * cover->getSceneSize() / 70.f;
5050
_interSize = s;
51-
float interScale = _interSize / cover->getScale();
51+
float interScale = _interSize;
5252

5353
// initialize flags
5454
_hit = false;

0 commit comments

Comments
 (0)