Rollback rounding change

This commit is contained in:
DBotThePony 2022-09-09 17:17:40 +07:00
parent 97577f9c3e
commit d42974072b
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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()