EgtGraphics :

- cambiato nome da Invalidate a Reset a metodo di Obj*Graphics.
This commit is contained in:
Dario Sassi
2014-02-17 09:41:18 +00:00
parent 3e0e4e55a2
commit 8560bc5cae
5 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -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) {