Skip to content

Commit

Permalink
Add bootstrap variable to skip autofit
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodor0090 committed Jun 17, 2023
1 parent be283ab commit f13bca1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nmania/PlayerBootstrapData.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ public final class PlayerBootstrapData {

public boolean recordReplay;

/**
* If true, columns won't be fit into screen.
*/
public boolean forbidAftoFit;

/**
* If false, previous {@link IDisplay} or {@link Displayable} will not be kept
* when swithing displayables.
Expand Down

0 comments on commit f13bca1

Please sign in to comment.