mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +00:00
Fix one error.
This commit is contained in:
parent
2fbca145cb
commit
c82b92bfc2
5 changed files with 35 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue