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

HACK: Temporary workaround for glColor3ub crash on macOS #17

Merged
merged 1 commit into from
Feb 15, 2023

Conversation

pftbest
Copy link
Contributor

@pftbest pftbest commented Feb 15, 2023

glColor3ub is causing SEGFAULT on negative values on macOS, use glColor3i instead.

See LWJGL/lwjgl3#858

This call is rarely used so performance impact should be minimal.

glColor3ub is causing SEGFAULT on negative values, use glColor3i instead.
See LWJGL/lwjgl3#858

This call is rarely used so performance impact should be minimal.
@eigenraven eigenraven merged commit c9bc615 into GTNewHorizons:master Feb 15, 2023
@pftbest pftbest deleted the workaround_color3ub branch February 17, 2023 08:01
pftbest added a commit to pftbest/lwjgl3ify that referenced this pull request Feb 17, 2023
See GTNewHorizons#17

Found out that Botania is using 4ub variant, we need to patch it too.
Dream-Master pushed a commit that referenced this pull request Feb 17, 2023
See #17

Found out that Botania is using 4ub variant, we need to patch it too.
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