mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-23 12:04:16 -04:00
Fixed #130
This commit is contained in:
@ -1172,7 +1172,7 @@ namespace Unity_Studio
|
||||
FMODstatusLabel.Text = "Stopped";
|
||||
FMODinfoLabel.Text = "";
|
||||
|
||||
if (sound != null)
|
||||
if (sound != null && sound.isValid())
|
||||
{
|
||||
var result = sound.release();
|
||||
ERRCHECK(result);
|
||||
|
Reference in New Issue
Block a user