Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Dec 16, 2023
1 parent 880f224 commit de9d969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class FakeChainedJsonException extends ChainedJsonException {
private final ShaderCompileException trueException;

public FakeChainedJsonException(ShaderCompileException e) {
super("");
super("", e);
this.trueException = e;
}

Expand Down

0 comments on commit de9d969

Please sign in to comment.