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

Delete raylib::Sound Constructor #138

Merged
merged 10 commits into from
Sep 11, 2021
Merged

Delete raylib::Sound Constructor #138

merged 10 commits into from
Sep 11, 2021

Conversation

RobLoach
Copy link
Owner

@maciejewiczow Something like this?

Fixes #137

@maciejewiczow
Copy link
Contributor

Seems all right 👍

@maciejewiczow
Copy link
Contributor

But this problem is not limited to this class, it will surface in all classes that inherit from raylib structs which own some kind of resource. Could be determined by finding appropriate Unload functions in raylib. I could make a PR for this but not this week.

@RobLoach RobLoach merged commit 85f08d7 into master Sep 11, 2021
@RobLoach RobLoach deleted the sound-constr branch December 13, 2021 22:46
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.

class Sound does not implement copy ctor properly
2 participants