This commit is contained in:
Anuken
2019-11-17 11:20:36 -05:00
parent 629999a1cd
commit 2593e96999
9 changed files with 12 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
public void resize(int width, int height){
if(assets == null) return;
if(!assets.isFinished()){
if(!finished){
Draw.proj().setOrtho(0, 0, width, height);
}else{
super.resize(width, height);