Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

ogam
Copy link
Contributor

@ogam ogam commented Apr 2, 2024

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

s_insert() was storing inst->id instead of the pointer to inst causing any changes to cs_sound_*() to not update correctly on cs_mix() or crash when accessing inst->audio
@RandyGaul RandyGaul merged commit 8a88a30 into RandyGaul:master Apr 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants