mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-18 14:40:39 +01:00
Display.wasResized() should now work correctly when using Display.setParent()
This commit is contained in:
parent
afaf86df66
commit
f74af79c19
|
|
@ -656,6 +656,9 @@ public final class Display {
|
|||
if ( parent_resized ) {
|
||||
reshape();
|
||||
parent_resized = false;
|
||||
window_resized = true;
|
||||
width = parent.getWidth();
|
||||
height = parent.getHeight();
|
||||
}
|
||||
|
||||
if ( processMessages )
|
||||
|
|
|
|||
Loading…
Reference in a new issue