Explorar o código

Fixed webgl_animation_skinning_blending not working on Linux systems. See #4740.

Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
d3cb4e7cfb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_animation_skinning_blending.html

+ 1 - 1
examples/webgl_animation_skinning_blending.html

@@ -35,7 +35,7 @@
 
 		<script src="js/Detector.js"></script>
 		<script src="js/libs/stats.min.js"></script>
-		<script src="js/Controls/OrbitControls.js"></script>
+		<script src="js/controls/OrbitControls.js"></script>
 		<script src="js/BlendCharacter.js"></script>
 		<script src="js/BlendCharacterGui.js"></script>
 		<script src="js/libs/dat.gui.min.js"></script>