浏览代码

updated a comment

michael 11 年之前
父节点
当前提交
8f0d20ff99
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;