Skip to content

Commit

Permalink
Fix field not getting updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldexun committed Feb 21, 2022
1 parent 0bcb06d commit f99fea6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public static void getMouseOver(float partialTicks) {
}

mc.entityRenderer.pointedEntity = mc.objectMouseOver.entityHit;
mc.pointedEntity = mc.objectMouseOver.entityHit;
mc.profiler.endSection();
}

Expand Down

0 comments on commit f99fea6

Please sign in to comment.