coldfix
This commit is contained in:
@@ -79,6 +79,7 @@ namespace Ichni
|
||||
{
|
||||
projectManager.GenerateEmptyProject(InformationTransistor.instance.projectInfo_BM, InformationTransistor.instance.songInfo_BM);
|
||||
projectManager.saveManager.Save();
|
||||
musicPlayer.audioSource.clip = songInformation.song;
|
||||
}
|
||||
|
||||
isLoaded = true;
|
||||
|
||||
@@ -137,7 +137,7 @@ namespace Ichni.StartMenu
|
||||
{
|
||||
songFile = new OpenFileName();
|
||||
songFile.structSize = Marshal.SizeOf(songFile);
|
||||
songFile.filter = "Music Files(*音频文件)\0*.wav;\0";
|
||||
songFile.filter = "Music Files (*.wav;*.mp3;*.ogg)\0*.wav;*.mp3;*.ogg\0\0";
|
||||
songFile.file = new string(new char[256]);
|
||||
songFile.maxFile = songFile.file.Length;
|
||||
songFile.fileTitle = new string(new char[64]);
|
||||
|
||||
Reference in New Issue
Block a user