mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Remove extra semicolons at the ends of some lines.
This commit is contained in:
parent
71cb09f1ca
commit
c0f7cab3f5
3 changed files with 3 additions and 3 deletions
|
@ -243,7 +243,7 @@ bool ProgramShaderCache::CompileShader(SHADER& shader, const char* vcode, const
|
|||
return false;
|
||||
}
|
||||
|
||||
GLuint pid = shader.glprogid = glCreateProgram();;
|
||||
GLuint pid = shader.glprogid = glCreateProgram();
|
||||
|
||||
glAttachShader(pid, vsid);
|
||||
glAttachShader(pid, psid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue