add back ItemRenderer comment

This commit is contained in:
Tropical 2026-03-27 11:56:36 -05:00
parent dbd7ce40cd
commit a4db31ee64

View file

@ -360,6 +360,8 @@ void ItemRenderer::renderGuiItem(Font* font, Textures* textures,
glPushMatrix();
// 4J - original code left here for reference
// 4jcraft: original code reused for proper lighting
// force normalize
#if 1
// does it work? too lazy to find out
glTranslatef((float)(x), (float)(y), 0.0f);