Răsfoiți Sursa

fix import, taphos nomore :'(

Filipp Keks 5 ani în urmă
părinte
comite
9c27acebf9
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/renderers/webgl/WebGLMaterials.js

+ 2 - 2
src/renderers/webgl/WebGLMaterials.js

@@ -1,7 +1,7 @@
-import { BackSide } from "../../constants";
+import { BackSide } from "../../constants.js";
 
 /**
- * @author taphos / https://github.com/taphos
+ * @author mrdoob / http://mrdoob.com/
  *
  * This is a helper which deals with webgl specific logic of builtin materials
  * i.e. uniforms refresh before material is being rendered

粤ICP备19079148号