Browse Source

Update webgl_loader_md2.html (#25670)

Double index increment preventing all animations to be set in UI.
llzen44 2 years ago
parent
commit
d3f5af61c5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/webgl_loader_md2.html

+ 0 - 2
examples/webgl_loader_md2.html

@@ -320,8 +320,6 @@
 					playbackConfig[ clip.name ] = generateCallback( clip );
 					guiItems[ i ] = folder.add( playbackConfig, clip.name, clip.name );
 
-					i ++;
-
 				}
 
 			}