Skip to content

Commit 4d8b07f

Browse files
committed
add todo
1 parent eb43be9 commit 4d8b07f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/gregtech/client/utils/RenderUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ public static void renderItemOverLay(float x, float y, float z, float scale, Ite
386386
}
387387

388388
// adapted from com.cleanroommc.modularui.drawable.GuiDraw.java
389+
// todo merge this with the method from the qstorage mui2 port
389390
public static void renderItem(ItemStack item, int x, int y, float width, float height) {
390391
if (item.isEmpty()) return;
391392
GlStateManager.pushMatrix();

0 commit comments

Comments
 (0)