Headless: Fix graphics compare tests.

Shadowing.
This commit is contained in:
Unknown W. Brackets
2018-08-24 20:53:40 -07:00
parent 17de6ad2d8
commit 28be6cc4cc
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -49,7 +49,6 @@ protected:
STOPPED,
};
GraphicsContext *gfx_;
volatile RenderThreadState threadState_ = RenderThreadState::IDLE;
};
-1
View File
@@ -53,6 +53,5 @@ protected:
HWND hWnd;
HDC hDC;
HGLRC hRC;
GraphicsContext *gfx_;
volatile RenderThreadState threadState_ = RenderThreadState::IDLE;
};