summaryrefslogtreecommitdiff
path: root/macosx/plugins/PeopsXgl/macsrc/drawgl.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/PeopsXgl/macsrc/drawgl.m')
-rw-r--r--macosx/plugins/PeopsXgl/macsrc/drawgl.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/PeopsXgl/macsrc/drawgl.m b/macosx/plugins/PeopsXgl/macsrc/drawgl.m
index 70c5a15e..dcf9e675 100644
--- a/macosx/plugins/PeopsXgl/macsrc/drawgl.m
+++ b/macosx/plugins/PeopsXgl/macsrc/drawgl.m
@@ -155,7 +155,7 @@ unsigned long ulInitDisplay(void) // OPEN GAME WINDOW
// this causes a runtime error if it's done on a thread other than the main thread
dispatch_sync(dispatch_get_main_queue(), ^{
windowController = [PluginWindowController openGameView];
- glView = [windowController getOpenGLView];
+ glView = [windowController openGLView];
[[windowController window] setTitle:[NSString stringWithCString:pCaptionText encoding:NSUTF8StringEncoding]];
});