EgtGraphics :
- cambiato nome da Invalidate a Reset a metodo di Obj*Graphics.
This commit is contained in:
+1
-3
@@ -135,9 +135,7 @@ Scene::CreateContext( HDC hDC, int nDriver, bool b2Buff, int nColorBits, int nDe
|
||||
attribs[1] = 3 ;
|
||||
attribs[2] = WGL_CONTEXT_MINOR_VERSION_ARB ;
|
||||
attribs[3] = 0 ;
|
||||
attribs[4] = WGL_CONTEXT_PROFILE_MASK_ARB ;
|
||||
attribs[5] = WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB ;
|
||||
attribs[6] = 0 ;
|
||||
attribs[4] = 0 ;
|
||||
}
|
||||
|
||||
if ( wglewIsSupported( "WGL_ARB_create_context") == 1) {
|
||||
|
||||
Reference in New Issue
Block a user