mirror of https://github.com/axmolengine/axmol.git
Fix mac [skip appveyor]
This commit is contained in:
parent
53509b8833
commit
81e4c28d24
|
@ -164,7 +164,6 @@ protected:
|
|||
void onGLFWWindowFocusCallback(GLFWwindow* window, int focused);
|
||||
|
||||
bool _captured;
|
||||
bool _supportTouch;
|
||||
bool _isInRetinaMonitor;
|
||||
bool _isRetinaEnabled;
|
||||
int _retinaFactor; // Should be 1 or 2
|
||||
|
|
|
@ -283,7 +283,6 @@ static keyCodeItem g_keyCodeStructArray[] = {
|
|||
|
||||
GLViewImpl::GLViewImpl(bool initglfw)
|
||||
: _captured(false)
|
||||
, _supportTouch(false)
|
||||
, _isInRetinaMonitor(false)
|
||||
, _isRetinaEnabled(false)
|
||||
, _retinaFactor(1)
|
||||
|
|
Loading…
Reference in New Issue