mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-01 14:19:12 -06:00
Allow window resize for older versions of minecraft
This commit is contained in:
parent
d8482499a3
commit
146cc46121
2 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue