Fixed missing popTrasnform in Statie render

This commit is contained in:
OLEGSHA 2021-08-24 15:12:35 +03:00
parent 1d28f32865
commit 20fb8f0597
Signed by: OLEGSHA
GPG Key ID: E57A4B08D64AFF7A

View File

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