From e660e02f44933f28dc0d42c541332aae66040ef8 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 28 十一月 2025 22:15:04 +0800
Subject: [PATCH] 0312 行商小人喊话
---
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