restore original code for renderGuiItem

This commit is contained in:
Tropical 2026-03-27 11:37:37 -05:00
parent 98c8d49eaf
commit ca601c8205

View file

@ -365,7 +365,7 @@ void ItemRenderer::renderGuiItem(Font* font, Textures* textures,
glEnable(GL_NORMALIZE);
glDisable(GL_RESCALE_NORMAL);
#if 1
#if 0
// does it work? too lazy to find out
glTranslatef((float)(x), (float)(y), 0.0f);
glScalef(fScaleX, fScaleY, 1.0f);