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

Fixed assertions in non-debug environment #1082

Merged
merged 2 commits into from
May 16, 2021
Merged

Fixed assertions in non-debug environment #1082

merged 2 commits into from
May 16, 2021

Conversation

KiralyCraft
Copy link
Contributor

Some assertions were done on variables defined in a debug mode, which were inaccessible in non-debug mode and caused the compilation to fail. I added checks to only include the assertions in debug mode.

@xycaleth
Copy link
Member

Thanks for the contribution!

@xycaleth xycaleth merged commit 07675e2 into JACoders:master May 16, 2021
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