Minor bugfixes
- Fix crash when approaching edge of outdoor section - Fix crash when using "fullscreen" mode
This commit is contained in:
@@ -26,7 +26,6 @@ void makeFrontWindow(sf::Window& win) {
|
||||
id nsHandle = id(handle);
|
||||
if([nsHandle isKindOfClass: [NSWindow class]]) {
|
||||
[nsHandle orderFrontRegardless];
|
||||
[nsHandle makeMainWindow];
|
||||
[nsHandle makeKeyWindow];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user