mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-25 13:31:07 +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;
|
FBitmap bitmap;
|
||||||
bitmap.Create(tex->GetWidth(), tex->GetHeight());
|
bitmap.Create(tex->GetWidth(), tex->GetHeight());
|
||||||
tex->CopyTrueColorPixels(&bitmap, 0, 0, 6);
|
tex->CopyTrueColorPixels(&bitmap, 0, 0);
|
||||||
|
|
||||||
GLuint handle = 0;
|
GLuint handle = 0;
|
||||||
glGenTextures(1, &handle);
|
glGenTextures(1, &handle);
|
||||||
|
|
Loading…
Reference in a new issue