Fixed missing popTrasnform in Statie render

This commit is contained in:
2021-08-24 15:12:35 +03:00
parent 1d28f32865
commit 20fb8f0597

View File

@ -80,6 +80,7 @@ public class TestEntityRenderStatie extends EntityRender {
renderer.popTransform();
}
renderer.popTransform();
}
};
}