quilt-mappings
quilt-mappings copied to clipboard
`drawTexture` has incorrect parameter names
the last two parameters of the exposed drawTexture
function, that being textureHeight
and textureWidth
, seem to actually be opposites of each other (textureHeight
controls width, textureWidth
controls height).
the following code generates a correctly scaled texture (note the "incorrect" parameters provided)
however, the following code generates an incorrectly scaled texture (note the "correct" parameters provided)
Where is this method?
net.minecraft.client.gui.DrawableHelper