Skip to content

Commit

Permalink
fix: featurecat#290 (modify alpha) was broken after featurecat#378 (c…
Browse files Browse the repository at this point in the history
…ustom theme)
  • Loading branch information
Hiraoka committed Nov 12, 2018
1 parent 020cdce commit a9cbfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/gui/BoardRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class BoardRenderer {

public BoardRenderer(boolean isMainBoard) {
uiConfig = Lizzie.config.uiConfig;
uiPersist = Lizzie.config.persisted;
uiPersist = Lizzie.config.persisted.getJSONObject("ui-persist");
try {
maxAlpha = uiPersist.getInt("max-alpha");
} catch (JSONException e) {
Expand Down

0 comments on commit a9cbfcb

Please sign in to comment.