mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-08 09:09:46 +00:00
Typo fix
This commit is contained in:
parent
ca7c4e119e
commit
e7a4eac676
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public:
|
||||||
checkForGlError("GLTexture::Init() -> glTexImage2D");
|
checkForGlError("GLTexture::Init() -> glTexImage2D");
|
||||||
|
|
||||||
GLint swizzleMask[] = { GL_ONE, GL_ONE, GL_ONE, GL_RED };
|
GLint swizzleMask[] = { GL_ONE, GL_ONE, GL_ONE, GL_RED };
|
||||||
glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_SWIZZLE_A, swizzleMask);
|
glTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_SWIZZLE_RGBA, swizzleMask);
|
||||||
checkForGlError("GLTexture::Init() -> glTexParameteriv");
|
checkForGlError("GLTexture::Init() -> glTexParameteriv");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue