michael před 11 roky
rodič
revize
8f0d20ff99
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      examples/webgl_animation_skinning_blending.html

+ 2 - 1
examples/webgl_animation_skinning_blending.html

@@ -243,7 +243,8 @@
         renderer.render( scene, camera );
         stats.update();
 
-        // if we are stepping, consume the amount of time set to have been stepped
+        // if we are stepping, consume time
+        // ( will equal step size next time a single step is desired )
 
         timeToStep = 0;