Browse Source

Merge pull request #15843 from Mugen87/dev26

Examples: Removed unused import in webgl_depth_texture
Mr.doob 6 years ago
parent
commit
f69b667c2a
1 changed files with 0 additions and 1 deletions
  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>