Browse Source

fix import, taphos nomore :'(

Filipp Keks 5 years ago
parent
commit
9c27acebf9
1 changed files with 2 additions and 2 deletions
  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
  * This is a helper which deals with webgl specific logic of builtin materials
  * i.e. uniforms refresh before material is being rendered
  * i.e. uniforms refresh before material is being rendered