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

Fixes to recent PlayableGroup and Listener #116

Merged
merged 2 commits into from Oct 19, 2015
Merged

Conversation

Squareys
Copy link
Contributor

Hi @mosra !

I just started using my recent contribution to MagnumAudio myself and immediately found two bugs (very bad omen): Listener would crash if passed a empty playable group on update and PlayableGroup.h produces some weird compile errors when Playable.h is not included aswell.

This PR provides fixes for both issues.

Greetings, Squareys

Any empty group would result in application crash.

Signed-off-by: Squareys <Squareys@googlemail.com>
When PlayableGroup.h is used without Playable.h, the compiler spits out a
very unintuitive error message, which would probably confuse unfamiliar
users.
This change fixes that error message appearing.

Signed-off-by: Squareys <Squareys@googlemail.com>
@mosra mosra merged commit 9f9fc72 into mosra:master Oct 19, 2015
@mosra
Copy link
Owner

mosra commented Oct 19, 2015

Merged. Thanks!

@mosra mosra added this to the 2018.02 milestone Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants