Minor bugfixes

- Fix crash when approaching edge of outdoor section
- Fix crash when using "fullscreen" mode
This commit is contained in:
2014-04-15 01:25:29 -04:00
parent 93c5921503
commit 3274864f12
2 changed files with 0 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ void makeFrontWindow(sf::Window& win) {
id nsHandle = id(handle);
if([nsHandle isKindOfClass: [NSWindow class]]) {
[nsHandle orderFrontRegardless];
[nsHandle makeMainWindow];
[nsHandle makeKeyWindow];
}
}