mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-05 00:09:57 +01:00
Don't set icon when Display is parented
This commit is contained in:
parent
86515f96a0
commit
37ab6afff2
|
|
@ -1092,7 +1092,7 @@ public final class Display {
|
|||
}
|
||||
}
|
||||
|
||||
if(Display.isCreated()) {
|
||||
if (Display.isCreated() && parent == null) {
|
||||
return display_impl.setIcon(cached_icons);
|
||||
} else {
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue