mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-06 18:55:41 +00:00
Typo fix
This commit is contained in:
parent
ca7c4e119e
commit
e7a4eac676
@ -165,7 +165,7 @@ public:
|
||||
checkForGlError("GLTexture::Init() -> glTexImage2D");
|
||||
|
||||
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");
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user