mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -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;
|
||||
latestWidth = width;
|
||||
latestHeight = height;
|
||||
|
||||
//System.out.println("Window size callback");
|
||||
if(parent != null) parent.setSize(width, height);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user