From ea185afc20a915d15eae8adb07d0acd837f3c210 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 01 十二月 2025 11:37:29 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Sound/SoundPlayer.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Main/System/Sound/SoundPlayer.cs b/Main/System/Sound/SoundPlayer.cs
index 61ebe21..e91c270 100644
--- a/Main/System/Sound/SoundPlayer.cs
+++ b/Main/System/Sound/SoundPlayer.cs
@@ -89,6 +89,7 @@
         m_Instance.name = "SoundPlayer";
         m_Instance.SetActive(true);
         DontDestroyOnLoad(gameObject);
+        Debug.Log("CreateSoundPlayer");
     }
 
     public void PlayBackGroundMusic(int _audioId)

--
Gitblit v1.8.0