mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-30 12:14:08 +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:
parent
09126f1631
commit
d9ec7d1d09
@ -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];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user