We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01aa0c5 commit 038b3f6Copy full SHA for 038b3f6
1 file changed
GPU/GPUTracking/display/GPUDisplay.cxx
@@ -273,6 +273,7 @@ void GPUDisplay::DrawGLScene_cameraAndAnimation(float animateTime, float& mixSla
273
mCfgL.pointSize = 2.0f;
274
mCfgL.lineWidth = 1.4f;
275
mCfgL.drawSector = -1;
276
+ mCfgL.showCollision = -1;
277
mCfgH.xAdd = mCfgH.zAdd = 0;
278
mCfgR.camLookOrigin = mCfgR.camYUp = false;
279
mAngleRollOrigin = -1e9f;
0 commit comments