mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-15 18:29:34 -06:00
Fix one error.
This commit is contained in:
@ -94,7 +94,6 @@ namespace OGL
|
||||
glLinkProgram(entry.program.glprogid);
|
||||
|
||||
glUseProgram(entry.program.glprogid);
|
||||
|
||||
|
||||
// We cache our uniform locations for now
|
||||
// Once we move up to a newer version of GLSL, ~1.30
|
||||
|
Reference in New Issue
Block a user