小问题修复
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user