小问题修复

This commit is contained in:
SoulliesOfficial
2026-07-14 14:29:33 -04:00
parent dbe7d99a90
commit 29c981eb58
13 changed files with 42921 additions and 2249 deletions

View File

@@ -238,6 +238,7 @@ namespace Ichni
musicPlayer.audioSource.clip = songInformation.song;
beatmapContainer.gameElementList.ForEach(gameElement =>
{
Debug.Log(gameElement.elementName + " " + gameElement.elementGuid);
gameElement.AfterInitialize();
gameElement.Refresh();
});