Rollback rounding change
This commit is contained in:
parent
97577f9c3e
commit
d42974072b
@ -418,7 +418,7 @@ open class EditablePanel<out S : Screen> @JvmOverloads constructor(
|
||||
}
|
||||
|
||||
poseStack.pushPose()
|
||||
poseStack.translate(absoluteX.roundToInt().toDouble(), absoluteY.roundToInt().toDouble(), accumulatedDepth.toDouble())
|
||||
poseStack.translate(absoluteX.toDouble(), absoluteY.toDouble(), accumulatedDepth.toDouble())
|
||||
innerRender(poseStack, mouseX, mouseY, partialTick)
|
||||
poseStack.popPose()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user