mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
Replaced Exception with more specific IllegalAccessException in Display.java
This commit is contained in:
parent
68e4faf560
commit
c3fb7cc5c8
1 changed files with 2 additions and 3 deletions
|
|
@ -196,9 +196,8 @@ public final class Display {
|
|||
continue;
|
||||
else
|
||||
return -order[i];
|
||||
|
||||
} catch (Exception e) {
|
||||
assert false : e.getMessage();
|
||||
} catch (IllegalAccessException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue