Skip to content

Commit b4e6971

Browse files
committed
Ensure three has been loaded to a global variable before loading examples modules
1 parent 7ce7b3c commit b4e6971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/meshLoader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
define(
2121
[
2222
"app/utils",
23-
"three_builds/three",
23+
"app/dirtyHack",
2424
"three_examples/loaders/OBJLoader",
2525
"three_examples/loaders/ColladaLoader",
2626
"three_examples/geometries/TeapotBufferGeometry"

0 commit comments

Comments
 (0)