aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--support/hololens/ServoApp/Servo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/Servo.cpp b/support/hololens/ServoApp/Servo.cpp
index afe72c2d2af..43350aa54be 100644
--- a/support/hololens/ServoApp/Servo.cpp
+++ b/support/hololens/ServoApp/Servo.cpp
@@ -32,7 +32,7 @@ Servo::Servo(GLsizei width, GLsizei height, ServoDelegate &aDelegate)
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {
capi::CInitOptions o;
- o.args = NULL;
+ o.args = "--pref dom.webxr.enabled";
o.url = "https://servo.org";
o.width = mWindowWidth;
o.height = mWindowHeight;