Skip to content

Commit c1e037b

Browse files
Removed profiler
1 parent d040612 commit c1e037b

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/me/juancarloscp52/bedrockify/client/features/paperDoll

1 file changed

+0
-2
lines changed

src/main/java/me/juancarloscp52/bedrockify/client/features/paperDoll/PaperDoll.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public void renderPaperDoll(MatrixStack matrixStack) {
6262
* Draw the player entity in the specified position on screen.
6363
*/
6464
private void drawPaperDoll(MatrixStack matrixStack) {
65-
client.getProfiler().push("Player");
6665
ClientPlayerEntity player = client.player;
6766
if (player == null)
6867
return;
@@ -115,7 +114,6 @@ else if (player.isSwimming()) {
115114
player.headYaw = headYaw;
116115

117116
matrixStack.pop();
118-
client.getProfiler().pop();
119117
}
120118

121119
private float toMaxAngleRatio(float angle) {

0 commit comments

Comments
 (0)