mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Avoid duplication of member in OpenGL software framebuffer class
This commit is contained in:
parent
63f85f6b07
commit
659f75c84a
1 changed files with 2 additions and 0 deletions
|
@ -454,7 +454,9 @@ private:
|
|||
int TrueHeight;
|
||||
int PixelDoubling;
|
||||
float Gamma;
|
||||
#ifdef _WIN32
|
||||
bool UpdatePending;
|
||||
#endif // _WIN32
|
||||
bool NeedPalUpdate;
|
||||
bool NeedGammaUpdate;
|
||||
LTRBRect BlendingRect;
|
||||
|
|
Loading…
Reference in a new issue