mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 20:45:59 +01:00
Merge branch 'dev' into shader-pipeline
This commit is contained in:
commit
68712430eb
@ -50,9 +50,6 @@ public class RenderHooksMixin {
|
||||
@Inject(at = @At("TAIL"), method = "renderLayer")
|
||||
private void renderLayer(RenderType type, MatrixStack stack, double camX, double camY, double camZ,
|
||||
CallbackInfo ci) {
|
||||
if (!Backend.getInstance().available())
|
||||
return;
|
||||
|
||||
Matrix4f view = stack.peek()
|
||||
.getModel();
|
||||
Matrix4f viewProjection = view.copy();
|
||||
|
Loading…
Reference in New Issue
Block a user