mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
removing lingering print statement
This commit is contained in:
parent
afae4f3b96
commit
fda3ec87ce
1 changed files with 0 additions and 1 deletions
|
@ -358,7 +358,6 @@
|
||||||
|
|
||||||
Menu.setIsOptionChecked("Show Overlays", physicsEnabled);
|
Menu.setIsOptionChecked("Show Overlays", physicsEnabled);
|
||||||
if (!HMD.active) {
|
if (!HMD.active) {
|
||||||
print("Show toolbar: " + physicsEnabled);
|
|
||||||
toolbar.writeProperty("visible", physicsEnabled);
|
toolbar.writeProperty("visible", physicsEnabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue