浏览代码

Updated comment.

Lasse Öörni 12 年之前
父节点
当前提交
868b9bdcd2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Bin/Data/Scripts/Editor/EditorScene.as

+ 2 - 2
Bin/Data/Scripts/Editor/EditorScene.as

@@ -343,8 +343,8 @@ void StopSceneUpdate()
 bool ToggleSceneUpdate()
 {
     runUpdate = !runUpdate;
-    // Run audio playback only when scene is updating, to allow editing SoundSources without the play position changing
-    // or onestop sounds losing their assigned sound resource after playing once
+    // Run audio playback only when scene is updating, so that audio components' time-dependent attributes stay constant when
+    // paused (similar to physics)
     if (runUpdate)
         audio.Play();
     else