Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UGraphics: Fix regression in configureTexture
The `GlStateManager.bindTexture` calls were erroneously changed to `UGraphics.bindTexture` in 13c00ee, however that method on 1.17+ does not actually bind the texture on the OpenGL level anymore, it only sets MC's global field which is insufficient for `configureTexture`.
- Loading branch information