mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-31 10:35:00 +02:00
Mac OS X: Fix potential NPE
This commit is contained in:
parent
274abbf856
commit
096fca927d
|
|
@ -89,6 +89,7 @@ final class MacOSXFrame extends Frame implements WindowListener, ComponentListen
|
|||
requestFocus();
|
||||
canvas.requestFocus();
|
||||
canvas.initializeCanvas();
|
||||
updateBounds();
|
||||
}
|
||||
|
||||
public void resize(int x, int y, int width, int height) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue