Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CKCarr committed Dec 20, 2023
2 parents c3ab0ee + 68336b3 commit efa2be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/modules/controls.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// controls.js
import * as THREE from 'three';
import { PointerLockControls } from '/node_modules/three/examples/jsm/controls/PointerLockControls.js';
import { PointerLockControls } from '../node_modules/three/examples/jsm/controls/PointerLockControls.js';
import { showMenu, hideMenu } from './menu.js';


Expand Down

0 comments on commit efa2be1

Please sign in to comment.