Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HACK: Temporary workaround for glColor3ub crash on macOS
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.
- Loading branch information