mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Allow window resize for older versions of minecraft
This commit is contained in:
parent
d8482499a3
commit
146cc46121
@ -344,6 +344,9 @@ public class Display {
|
|||||||
latestResized = true;
|
latestResized = true;
|
||||||
latestWidth = width;
|
latestWidth = width;
|
||||||
latestHeight = height;
|
latestHeight = height;
|
||||||
|
|
||||||
|
//System.out.println("Window size callback");
|
||||||
|
if(parent != null) parent.setSize(width, height);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user