Skip to content

Commit 6fa9118

Browse files
committed
Fix item render in holograms
1 parent 63c9416 commit 6fa9118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/nekiplay/meteorplus/features/modules/render/holograms/HologramModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private void on2DRender(Render2DEvent event) {
7171
if (pos.distance(camera_pos.x, camera_pos.y, camera_pos.z) <= hologramData.max_render_distance) {
7272
if (NametagUtils.to2D(pos, hologramData.scale, hologramData.distanceScaling)) {
7373
TextRenderer text = TextRenderer.get();
74-
NametagUtils.begin(pos, event.drawContext);
74+
NametagUtils.begin(pos);
7575
text.beginBig();
7676

7777
String hologram_text = hologramData.text;

0 commit comments

Comments
 (0)