Selaa lähdekoodia

Update webgl_loader_md2.html (#25670)

Double index increment preventing all animations to be set in UI.
llzen44 2 vuotta sitten
vanhempi
commit
d3f5af61c5
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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 ++;
-
 				}
 
 			}