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

call-lists: correctly handle glColor() commands #72

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

mardy
Copy link
Collaborator

@mardy mardy commented Oct 1, 2024

In call lists we were properly handling glColor() calls if they appeared within glBegin()/glEnd(), otherwise they were ignored.

Fix this by storing these commands too in the call lists.

In call lists we were properly handling glColor() calls if they appeared
within glBegin()/glEnd(), otherwise they were ignored.

Fix this by storing these commands too in the call lists.
@WinterMute WinterMute merged commit a95baa0 into devkitPro:master Oct 6, 2024
2 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