Signed-off-by: TRAfoer <lhf190@outlook.com>
This commit is contained in:
@@ -120,8 +120,8 @@ namespace Ichni.StartMenu
|
||||
{
|
||||
songLocationInputField.onEndEdit.AddListener((str) =>
|
||||
{
|
||||
string forward = Application.streamingAssetsPath + "/Songs/";
|
||||
songName = str.Replace(forward, "");
|
||||
string fullPath = Path.GetFullPath(str);
|
||||
songName = Path.GetFileName(fullPath);
|
||||
});
|
||||
|
||||
selectSongButton.onClick.AddListener(SelectSong);
|
||||
|
||||
Reference in New Issue
Block a user