Commit 025296e6 authored by Piotr Bialecki's avatar Piotr Bialecki Committed by Commit Bot

AR sample: fix for webxr test pages when served from a GCP bucket

When sample is served from a bucket, the URL of the xrray polyfill
is incorrect.

TBR=bajones@chromium.org

Change-Id: I923aad855e2c8cf0353773441f4d20da4076dcab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1603474Reviewed-by: default avatarPiotr Bialecki <bialpio@chromium.org>
Reviewed-by: default avatarBrandon Jones <bajones@chromium.org>
Auto-Submit: Piotr Bialecki <bialpio@chromium.org>
Commit-Queue: Brandon Jones <bajones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#658314}
parent 7e9abb8a
......@@ -24,7 +24,7 @@ import {StatsViewer} from '../nodes/stats-viewer.js';
import {Node} from '../core/node.js';
import {vec3, quat} from '../math/gl-matrix.js';
import '/js/xrray-polyfill.js';
import '../../../../js/xrray-polyfill.js'
export class WebXRView extends RenderView {
constructor(view, pose, layer) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment