1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0024148: Test case bugs/vis/bug24131_markers works wrong with software MS OpenGL

Fix misprint in OpenGl_Window aGLForma -> aGLFormat
This commit is contained in:
kgv 2013-09-30 11:01:38 +04:00 committed by bugmaster
parent 09126f1631
commit d9ec7d1d09

View File

@ -84,7 +84,7 @@ OpenGl_Window::OpenGl_Window (const Handle(OpenGl_Display)& theDisplay,
&& theCaps->contextStereo)
{
anAttribs[0] = aDummyAttrib;
aGLForma = [[[NSOpenGLPixelFormat alloc] initWithAttributes: anAttribs] autorelease];
aGLFormat = [[[NSOpenGLPixelFormat alloc] initWithAttributes: anAttribs] autorelease];
aGLContext = [[NSOpenGLContext alloc] initWithFormat: aGLFormat
shareContext: aGLCtxShare];
}