oops, aix layout brokenly flowed into aax

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@562 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2009-01-17 06:35:39 +00:00
parent 2ed34544e0
commit 85d14007c7

View File

@ -590,6 +590,7 @@ void render_vgmstream(sample * buffer, int32_t sample_count, VGMSTREAM * vgmstre
break;
case layout_aix:
render_vgmstream_aix(buffer,sample_count,vgmstream);
break;
case layout_aax:
render_vgmstream_aax(buffer,sample_count,vgmstream);
break;