Skip to content

Commit

Permalink
updates for re-organization in thutcore
Browse files Browse the repository at this point in the history
  • Loading branch information
Thutmose committed May 16, 2020
1 parent c5b612d commit 57db2b5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version_forge=31.1.0
version_minecraft=1.15.2
version_mcsupport=[1.15.2]
version_mappings=20200203-1.15.1
version_thutcore=7.2.0
version_thutcore=7.2.1
version_cct=1.86.2

version_major=8
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/thut/tech/client/ClientProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void RenderBounds(final RenderWorldLastEvent event)
final IRenderTypeBuffer.Impl buffer = Minecraft.getInstance().getRenderTypeBuffers().getBufferSource();
final IVertexBuilder builder = buffer.getBuffer(RenderType.LINES);
for (final Pair<Vector3f, Vector3f> line : lines)
thut.core.client.ClientProxy.line(builder, positionMatrix, line.getLeft(), line.getRight(), 1, 0, 0,
thut.core.proxy.ClientProxy.line(builder, positionMatrix, line.getLeft(), line.getRight(), 1, 0, 0,
1f);
mat.pop();
}
Expand Down

0 comments on commit 57db2b5

Please sign in to comment.