mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 00:00:42 +01:00
Another small fix related with TextureBorderColor
TODO: Find an appropriate place for setting the GL_TEXTURE_BORDER_COLOR parameter.
This commit is contained in:
parent
2601933bdc
commit
37f7a31a22
|
|
@ -241,10 +241,6 @@ public:
|
|||
|
||||
checkForGlError("GLTexture::Init() -> filters");
|
||||
|
||||
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_BORDER_COLOR, (tex.GetBorderColor() << 8) | (tex.GetBorderColor() >> 24));
|
||||
|
||||
checkForGlError("GLTexture::Init() -> border color");
|
||||
|
||||
//Unbind();
|
||||
|
||||
if(is_swizzled && format == CELL_GCM_TEXTURE_A8R8G8B8)
|
||||
|
|
|
|||
Loading…
Reference in a new issue