Skip to content

Commit

Permalink
Update ClientLauncher.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zeutd authored Oct 19, 2024
1 parent 7ac4c7d commit 90455e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/ClientLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
private long beginTime;
private long lastTargetFps = -1;
private boolean finished = false;
private LoadRenderer loader;
public LoadRenderer loader;

@Override
public void setup(){
Expand Down

0 comments on commit 90455e7

Please sign in to comment.