mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +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.
|
resetOverlays = Menu.isOptionChecked("Overlays"); // For completeness. Certainly true if the button is visible to be clicked.
|
||||||
reticleVisible = Reticle.visible;
|
reticleVisible = Reticle.visible;
|
||||||
Reticle.visible = false;
|
Reticle.visible = false;
|
||||||
Reticle.allowMouseCapture = false;
|
if (!HMD.active) {
|
||||||
|
Reticle.allowMouseCapture = false;
|
||||||
|
}
|
||||||
|
|
||||||
var includeAnimated = Settings.getValue("alsoTakeAnimatedSnapshot", true);
|
var includeAnimated = Settings.getValue("alsoTakeAnimatedSnapshot", true);
|
||||||
if (includeAnimated) {
|
if (includeAnimated) {
|
||||||
|
|
Loading…
Reference in a new issue