Explorar el Código

Merge pull request #15843 from Mugen87/dev26

Examples: Removed unused import in webgl_depth_texture
Mr.doob hace 6 años
padre
commit
f69b667c2a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      examples/webgl_depth_texture.html

+ 0 - 1
examples/webgl_depth_texture.html

@@ -93,7 +93,6 @@
 		</div>
 
 		<script src="../build/three.js"></script>
-		<script src="js/shaders/SSAOShader.js"></script>
 		<script src="js/controls/OrbitControls.js"></script>
 		<script src="js/libs/stats.min.js"></script>