Skip to content

Commit

Permalink
chores: make Context.getDimensionInfo public
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Jun 16, 2024
1 parent ccee640 commit d52b606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public Context(UnsafeChunk currentChunk) {
this.currentChunk = currentChunk;
}

protected DimensionInfo getDimensionInfo() {
public DimensionInfo getDimensionInfo() {
return currentChunk.getDimensionInfo();
}
}

0 comments on commit d52b606

Please sign in to comment.