mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
- reverted the texture flip from the previous commit
This commit is contained in:
parent
1b6f77a473
commit
0ccd388d91
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ void PostProcessShaderInstance::BindTextures()
|
|||
{
|
||||
FBitmap bitmap;
|
||||
bitmap.Create(tex->GetWidth(), tex->GetHeight());
|
||||
tex->CopyTrueColorPixels(&bitmap, 0, 0, 6);
|
||||
tex->CopyTrueColorPixels(&bitmap, 0, 0);
|
||||
|
||||
GLuint handle = 0;
|
||||
glGenTextures(1, &handle);
|
||||
|
|
Loading…
Reference in a new issue