diff options
author | Chris Robinson <[email protected]> | 2014-01-05 05:11:07 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-01-05 05:11:07 -0800 |
commit | 5f961a392ecd5d8486fe85b335cf5c0e5c6de674 (patch) | |
tree | af307ad43fe8b99307c0abd5e2de77b61a9c62c0 /Alc/ALc.c | |
parent | 540a99e71fa4ce3de8049656629861aa0a7e5568 (diff) |
Move some soundfont methods to ALsoundfont
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1950,7 +1950,7 @@ static ALCvoid FreeDevice(ALCdevice *device) } if(device->DefaultSfont) - MidiSynth_deleteSoundfont(device, device->DefaultSfont); + ALsoundfont_deleteSoundfont(device->DefaultSfont, device); device->DefaultSfont = NULL; if(device->BufferMap.size > 0) |