Added missing 'def'
This commit is contained in:
parent
420c1d1bcd
commit
48a74dba37
|
@ -70,7 +70,7 @@ OPENGL_GAL::OPENGL_GAL( wxWindow* aParent, wxEvtHandler* aMouseListener,
|
|||
isGrouping = false;
|
||||
groupCounter = 0;
|
||||
|
||||
#if RETINA_OPENGL_PATCH
|
||||
#ifdef RETINA_OPENGL_PATCH
|
||||
SetViewWantsBestResolution( true );
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue