Skip to content

Commit

Permalink
1line text fix (thanks max!)
Browse files Browse the repository at this point in the history
  • Loading branch information
acikek committed May 6, 2024
1 parent 08eeba0 commit d46396d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ public static void render(WorldRenderContext wrc) {
// Iterate over all RegionBuffers, render visible and remove non-visible RegionBuffers
MatrixStack matrices = wrc.matrixStack();
matrices.push();
matrices.multiplyPositionMatrix(wrc.positionMatrix());
matrices.translate(-cam.x, -cam.y, -cam.z);
var iter = regions.object2ReferenceEntrySet().iterator();
while (iter.hasNext()) {
Expand Down

0 comments on commit d46396d

Please sign in to comment.