Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Axionize committed Dec 28, 2024
1 parent e7abaf8 commit ad68a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public static BlockHitData didHitBlock(GrimPlayer player, double[] startPos, dou
};

for (int i = 0; i < size; i++) {
// temporary debugging code
// TODO temporary debugging code remove later
if (boxes[i] == null) {
StringBuilder boxesStr = new StringBuilder();
for (int j = 0; j < size; j++) {
Expand Down

0 comments on commit ad68a43

Please sign in to comment.