CaKlassen / gmwwise

A Wwise Plugin for GameMaker: Studio
25 stars 4 forks source link

Increased max number of memory pools by 15 #12

Closed doublebee022 closed 6 years ago

doublebee022 commented 6 years ago

Line 100: memSettings.uMaxNumPools = 35;

CaKlassen commented 6 years ago

Thanks for picking up on this! I investigated and it looks like the default value for this field is 32. I've upped the value to 64 for good measure, given that this plugin has to work for as many projects as possible!