mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 21:08:53 +02:00
Fix pausing after snapshot in HMD
This commit is contained in:
parent
aa46534b60
commit
653dda7000
1 changed files with 3 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue