Browse Source

updated a comment

michael 11 years ago
parent
commit
8f0d20ff99
1 changed files with 2 additions and 1 deletions
  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 );
         renderer.render( scene, camera );
         stats.update();
         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;
         timeToStep = 0;