From d9ec7d1d0907c1142b72fa199a9dbf25d464e7ed Mon Sep 17 00:00:00 2001 From: kgv Date: Mon, 30 Sep 2013 11:01:38 +0400 Subject: [PATCH] 0024148: Test case bugs/vis/bug24131_markers works wrong with software MS OpenGL Fix misprint in OpenGl_Window aGLForma -> aGLFormat --- src/OpenGl/OpenGl_Window_1.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenGl/OpenGl_Window_1.mm b/src/OpenGl/OpenGl_Window_1.mm index 8812a1e825..8c79bb7865 100644 --- a/src/OpenGl/OpenGl_Window_1.mm +++ b/src/OpenGl/OpenGl_Window_1.mm @@ -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]; } -- 2.20.1