Skip to content

Commit

Permalink
Merge branch 'master' into no-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Nov 27, 2024
2 parents 0da58c6 + 02b74ff commit 1812c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ref: 'gh-pages'
persist-credentials: false
- name: Download build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: test_picture
- name: Create commits
Expand Down
4 changes: 3 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ require('three/examples/js/controls/OrbitControls')
const { Viewer, Entity } = require('../viewer')

const io = require('socket.io-client')
const socket = io()
const socket = io({
path: window.location.pathname + 'socket.io'
})

let firstPositionUpdate = true

Expand Down

0 comments on commit 1812c5a

Please sign in to comment.