Fix pausing after snapshot in HMD

This commit is contained in:
Zach Fox 2017-05-02 17:21:50 -07:00
parent aa46534b60
commit 653dda7000

View file

@ -393,7 +393,9 @@ function takeSnapshot() {
resetOverlays = Menu.isOptionChecked("Overlays"); // For completeness. Certainly true if the button is visible to be clicked.
reticleVisible = Reticle.visible;
Reticle.visible = false;
Reticle.allowMouseCapture = false;
if (!HMD.active) {
Reticle.allowMouseCapture = false;
}
var includeAnimated = Settings.getValue("alsoTakeAnimatedSnapshot", true);
if (includeAnimated) {