greg 4 年之前
父節點
當前提交
e350990c5f
共有 2 個文件被更改,包括 1 次插入3 次删除
  1. 1 1
      assets/scripts/engines/sounds/SoundManager.ts
  2. 0 2
      assets/scripts/games/scenes/PrepareScene.ts

+ 1 - 1
assets/scripts/engines/sounds/SoundManager.ts

@@ -106,7 +106,7 @@ export class SoundManager extends Component {
     // }
 
     /**
-     * 固定通道播放音效
+     * 通道播放音效
      * @param soundPath     音效地址
      */
     public PlaySoundRecycleChannel(soundPath:string):void{

+ 0 - 2
assets/scripts/games/scenes/PrepareScene.ts

@@ -37,8 +37,6 @@ export class PrepareScene extends Component {
             UIConst.RegisterGUI();
         }
         
-        
-        
         GUIManager.single.Show(UIConst.PREPARE_UI);
     }