Skip to content

Commit

Permalink
missed Context import in arjs-session.html example
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Dec 16, 2024
1 parent 1ce83b9 commit 2249711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion three.js/examples/arjs-session.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<script type="module">
import * as THREE from 'three'
import { Profile, Session, Anchor, HitTesting, Utils, SessionDebugUI, AnchorDebugUI } from 'arjs'
import { Context, Profile, Session, Anchor, HitTesting, Utils, SessionDebugUI, AnchorDebugUI } from 'arjs'

; (function () {
Context.baseURL = '../'
Expand Down

0 comments on commit 2249711

Please sign in to comment.