mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
fix formatting uglies introduced in glsl-master branch
This commit is contained in:
parent
4a4833e617
commit
31a8424bcc
15 changed files with 1061 additions and 1051 deletions
|
@ -32,7 +32,7 @@ struct VERTEXSHADER
|
|||
VERTEXSHADER() : glprogid(0), bGLSL(0) {}
|
||||
void Destroy()
|
||||
{
|
||||
if(bGLSL)
|
||||
if (bGLSL)
|
||||
glDeleteShader(glprogid);
|
||||
else
|
||||
glDeleteProgramsARB(1, &glprogid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue