We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d040612 commit c1e037bCopy full SHA for c1e037b
src/main/java/me/juancarloscp52/bedrockify/client/features/paperDoll/PaperDoll.java
@@ -62,7 +62,6 @@ public void renderPaperDoll(MatrixStack matrixStack) {
62
* Draw the player entity in the specified position on screen.
63
*/
64
private void drawPaperDoll(MatrixStack matrixStack) {
65
- client.getProfiler().push("Player");
66
ClientPlayerEntity player = client.player;
67
if (player == null)
68
return;
@@ -115,7 +114,6 @@ else if (player.isSwimming()) {
115
114
player.headYaw = headYaw;
116
117
matrixStack.pop();
118
- client.getProfiler().pop();
119
}
120
121
private float toMaxAngleRatio(float angle) {
0 commit comments