Refactoring and commenting

This commit is contained in:
James Seibel
2021-08-08 16:30:04 -05:00
parent ce5f8708cd
commit 6520cdb184
8 changed files with 159 additions and 90 deletions
@@ -256,7 +256,7 @@ public class QuadTreeImage extends JPanel
((data.startBlockPos.getZ() - zOffset) * amp),
data.width * amp,
data.width * amp),
data.lodDataPoint.color, new BasicStroke(1)));
data.getLodDataPoint().color, new BasicStroke(1)));
}
myDrawables.add(new MyDrawable(new Rectangle2D.Double(
(playerXs[0] - xOffset) * amp,