|
|
@ -52,7 +52,7 @@ namespace Fungus |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (soundClip == null) |
|
|
|
if (soundClip == null) |
|
|
|
{ |
|
|
|
{ |
|
|
|
return "Error: No music clip selected"; |
|
|
|
return "Error: No sound clip selected"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return soundClip.name; |
|
|
|
return soundClip.name; |
|
|
@ -64,4 +64,4 @@ namespace Fungus |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|