shx-3d-render
parent
f0ac19a00a
commit
9d01da49d3
|
@ -106,10 +106,10 @@
|
|||
script.type = "module";
|
||||
document.head.appendChild(script);
|
||||
|
||||
script.onload = () => {
|
||||
script.addEventListener('load', () => {
|
||||
threeJSloaded = true;
|
||||
console.log('threejs loaded');
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue