RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
534 stars 31 forks source link

Fix s_insert() to store pointer instead of id #156

Closed ogam closed 6 months ago

ogam commented 6 months ago

s_insert() was storing inst->id instead of the pointer to inst causing any changes to cssound*() to not update correctly on cs_mix() or crash when accessing inst->audio