Update OBJLoader.js

master
Minetest-j45 2022-02-04 16:58:50 +00:00 committed by GitHub
parent 7316fb721c
commit 839e0df29d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import {
Points,
PointsMaterial,
Vector3
} from "../../../build/three.module.js";
} from "./three.module.js";
var OBJLoader = ( function () {