diff options
Diffstat (limited to 'support/hololens/Servo.cpp')
-rw-r--r-- | support/hololens/Servo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/hololens/Servo.cpp b/support/hololens/Servo.cpp index 1cbaba0fe55..c25af6e25c0 100644 --- a/support/hololens/Servo.cpp +++ b/support/hololens/Servo.cpp @@ -46,7 +46,7 @@ Servo::Servo(GLsizei width, GLsizei height) CInitOptions o; o.args = NULL; - o.url = "http://example.com"; + o.url = "http://google.com"; o.width = mWindowWidth; o.height = mWindowHeight; o.density = 1.0; |