Fix missing semicolon in previous commit
This commit is contained in:
parent
55dc24f753
commit
e837b25f55
1 changed files with 1 additions and 1 deletions
|
@ -1766,7 +1766,7 @@ OS_OSX* OS_OSX::singleton=NULL;
|
|||
|
||||
OS_OSX::OS_OSX() {
|
||||
|
||||
mouse_mode=OS::MOUSE_MODE_VISIBLE
|
||||
mouse_mode=OS::MOUSE_MODE_VISIBLE;
|
||||
main_loop=NULL;
|
||||
singleton=this;
|
||||
autoreleasePool = [[NSAutoreleasePool alloc] init];
|
||||
|
|
Loading…
Reference in a new issue