Explorar el Código

Fix missing semicolon in previous commit

Rémi Verschelde hace 8 años
padre
commit
e837b25f55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      platform/osx/os_osx.mm

+ 1 - 1
platform/osx/os_osx.mm

@@ -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];