mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
fix formatting uglies introduced in glsl-master branch
This commit is contained in:

committed by
Sonicadvance1

parent
4a4833e617
commit
31a8424bcc
@ -34,7 +34,7 @@ struct FRAGMENTSHADER
|
||||
{
|
||||
if (glprogid)
|
||||
{
|
||||
if(bGLSL)
|
||||
if (bGLSL)
|
||||
glDeleteShader(glprogid);
|
||||
else
|
||||
glDeleteProgramsARB(1, &glprogid);
|
||||
|
Reference in New Issue
Block a user