mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +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:
@@ -84,7 +84,7 @@ OpenGl_Window::OpenGl_Window (const Handle(OpenGl_Display)& theDisplay,
|
|||||||
&& theCaps->contextStereo)
|
&& theCaps->contextStereo)
|
||||||
{
|
{
|
||||||
anAttribs[0] = aDummyAttrib;
|
anAttribs[0] = aDummyAttrib;
|
||||||
aGLForma = [[[NSOpenGLPixelFormat alloc] initWithAttributes: anAttribs] autorelease];
|
aGLFormat = [[[NSOpenGLPixelFormat alloc] initWithAttributes: anAttribs] autorelease];
|
||||||
aGLContext = [[NSOpenGLContext alloc] initWithFormat: aGLFormat
|
aGLContext = [[NSOpenGLContext alloc] initWithFormat: aGLFormat
|
||||||
shareContext: aGLCtxShare];
|
shareContext: aGLCtxShare];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user