big fix
This commit is contained in:
@@ -123,14 +123,15 @@ namespace Ichni
|
||||
public void LoadProject(string projectName)
|
||||
{
|
||||
if (!InformationTransistor.instance.isRecovery)
|
||||
|
||||
{
|
||||
projectManager.loadManager.Load(projectName);
|
||||
Debug.Log("Loaded");
|
||||
}
|
||||
else
|
||||
{
|
||||
projectManager.loadManager.LoadExport(projectName);
|
||||
}
|
||||
|
||||
musicPlayer.audioSource.clip = songInformation.song;
|
||||
beatmapContainer.gameElementList.ForEach(gameElement =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user