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 bug related to audio loading #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Oscar-Rodrigues
Copy link

At the moment, when loading audio when there is either no sound effects OR no music, the application is crashing.

In my case: I was loading some sound effects but no music. This causes the unsigned long howManyMusic to be not zero, but in fact 4,294,967,295, the max possible value.

At the moment, when loading audio when there is either no sound effects OR no music, the application is crashing.

In my case: I was loading some sound effects but no music. This causes the unsigned long howManyMusic to be not zero, but in fact 4,294,967,295, the max possible value.
Copy link
Owner

@danoli3 danoli3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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