fixed bug

This commit is contained in:
Perfare
2020-04-10 18:51:43 +08:00
parent da98a0c5b8
commit b10d03d50d
2 changed files with 6 additions and 11 deletions

View File

@ -66,7 +66,7 @@ namespace AssetStudioGUI
if (m_AudioData == null || m_AudioData.Length == 0)
return false;
var converter = new AudioClipConverter(m_AudioClip);
if (Properties.Settings.Default.convertAudio && converter.IsFMODSupport)
if (Properties.Settings.Default.convertAudio && converter.IsSupport)
{
var exportFullName = exportPath + item.Text + ".wav";
if (ExportFileExists(exportFullName))