mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
catch null pointer exception that can be thrown on mac, app shouldn't explode now.
This commit is contained in:
parent
8c79dfb363
commit
e2b1e8dbd8
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ final class AWTUtil {
|
|||
}
|
||||
return null;
|
||||
}
|
||||
} catch (PrivilegedActionException e) {
|
||||
} catch (Exception e) {
|
||||
LWJGLUtil.log("Failed to query pointer location: " + e.getCause());
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue