Browse Source

Update webgl_loader_md2.html (#25670)

Double index increment preventing all animations to be set in UI.
llzen44 2 năm trước cách đây
mục cha
commit
d3f5af61c5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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 ++;
-
 				}
 
 			}