mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 01:23:36 +00:00
restore original code for renderGuiItem
This commit is contained in:
parent
98c8d49eaf
commit
ca601c8205
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue