Browse Source

Updated modules.

Mr.doob 5 years ago
parent
commit
3549af6068
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/jsm/shaders/SubsurfaceScatteringShader.js

+ 2 - 2
examples/jsm/shaders/SubsurfaceScatteringShader.js

@@ -11,8 +11,8 @@
 import {
 	Color,
 	ShaderChunk,
-	UniformsUtils,
-	ShaderLib
+	ShaderLib,
+	UniformsUtils
 } from "../../../build/three.module.js";
 
 function replaceAll( string, find, replace ) {