Skip to content
Snippets Groups Projects
Commit cef04f19 authored by Alexander Rose's avatar Alexander Rose
Browse files

no picking during camera spinning

parent 4c93f01c
Branches
No related tags found
No related merge requests found
...@@ -444,7 +444,7 @@ namespace Canvas3D { ...@@ -444,7 +444,7 @@ namespace Canvas3D {
} }
draw(false); draw(false);
if (!camera.transition.inTransition && !webgl.isContextLost) { if (!camera.transition.inTransition && !controls.props.spin && !webgl.isContextLost) {
interactionHelper.tick(currentTime); interactionHelper.tick(currentTime);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment