mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Comment grammar fix.
This commit is contained in:
+3
-3
@@ -654,9 +654,9 @@ static GLboolean initializeAppKit(void)
|
|||||||
// Implicitly create shared NSApplication instance
|
// Implicitly create shared NSApplication instance
|
||||||
[GLFWApplication sharedApplication];
|
[GLFWApplication sharedApplication];
|
||||||
|
|
||||||
// Setting up the menu bar must go between sharedApplication
|
// Menu bar setup must go between sharedApplication above and
|
||||||
// above and finishLaunching below, in order to properly emulate the
|
// finishLaunching below, in order to properly emulate the behavior
|
||||||
// behavior of NSApplicationMain
|
// of NSApplicationMain
|
||||||
createMenuBar();
|
createMenuBar();
|
||||||
|
|
||||||
[NSApp finishLaunching];
|
[NSApp finishLaunching];
|
||||||
|
|||||||
Reference in New Issue
Block a user