Fix dolphin color-less

This commit is contained in:
2026-04-13 12:37:54 -05:00
parent c9cd91cbd8
commit fd82486431
3 changed files with 24 additions and 7 deletions
+1
View File
@@ -311,6 +311,7 @@ errorret_t shaderSetColorGL(
// errorChain(errorGLCheck());
// glTexEnvi(GL_TEXTURE_ENV, GL_OPERAND1_RGB, GL_SRC_COLOR);
// errorChain(errorGLCheck());
#else
GLint location;
errorChain(shaderParamGetLocationGL(shader, name, &location));