mirror of
https://github.com/lexi-lambda/shattered-plans.git
synced 2024-11-22 02:52:23 +03:00
Init applet size to scaled UI size
This commit is contained in:
parent
58f1b0398b
commit
cacdc533b0
@ -134,7 +134,7 @@ public final class ShatteredPlansLauncher {
|
||||
}
|
||||
});
|
||||
frame.setContentPane(app);
|
||||
stub.appletResize(640, 480);
|
||||
stub.appletResize(ShatteredPlansClient.SCREEN_WIDTH, ShatteredPlansClient.SCREEN_HEIGHT);
|
||||
app.init();
|
||||
app.start();
|
||||
// canvas exists now
|
||||
|
Loading…
Reference in New Issue
Block a user