mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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 TrueHeight;
|
||||||
int PixelDoubling;
|
int PixelDoubling;
|
||||||
float Gamma;
|
float Gamma;
|
||||||
|
#ifdef _WIN32
|
||||||
bool UpdatePending;
|
bool UpdatePending;
|
||||||
|
#endif // _WIN32
|
||||||
bool NeedPalUpdate;
|
bool NeedPalUpdate;
|
||||||
bool NeedGammaUpdate;
|
bool NeedGammaUpdate;
|
||||||
LTRBRect BlendingRect;
|
LTRBRect BlendingRect;
|
||||||
|
|
Loading…
Reference in a new issue