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

committed by
Sonicadvance1

parent
4a4833e617
commit
31a8424bcc
@ -32,7 +32,7 @@ struct VERTEXSHADER
|
||||
VERTEXSHADER() : glprogid(0), bGLSL(0) {}
|
||||
void Destroy()
|
||||
{
|
||||
if(bGLSL)
|
||||
if (bGLSL)
|
||||
glDeleteShader(glprogid);
|
||||
else
|
||||
glDeleteProgramsARB(1, &glprogid);
|
||||
|
Reference in New Issue
Block a user