Avoid duplication of member in OpenGL software framebuffer class

This commit is contained in:
alexey.lysiuk 2017-04-02 10:13:25 +03:00
parent 63f85f6b07
commit 659f75c84a
1 changed files with 2 additions and 0 deletions

View File

@ -454,7 +454,9 @@ private:
int TrueHeight;
int PixelDoubling;
float Gamma;
#ifdef _WIN32
bool UpdatePending;
#endif // _WIN32
bool NeedPalUpdate;
bool NeedGammaUpdate;
LTRBRect BlendingRect;