Fix LOD-only rendering mode
This commit is contained in:
+1
-1
Submodule coreSubProjects updated: 5b41c7d48a...e86487ab9d
-6
@@ -146,12 +146,6 @@ public class MixinLevelRenderer
|
||||
#else
|
||||
// rendering handled via Fabric Api render event
|
||||
#endif
|
||||
|
||||
// FIXME completely disables rendering when sodium is installed
|
||||
if (Config.Client.Advanced.Debugging.lodOnlyMode.get())
|
||||
{
|
||||
callback.cancel();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
-6
@@ -181,12 +181,6 @@ public class MixinLevelRenderer
|
||||
ClientLevelWrapper.getWrapper(this.level)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
if (Config.Client.Advanced.Debugging.lodOnlyMode.get())
|
||||
{
|
||||
callback.cancel();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
-5
@@ -169,11 +169,6 @@ public class MixinLevelRenderer
|
||||
);
|
||||
}
|
||||
#endif
|
||||
|
||||
if (Config.Client.Advanced.Debugging.lodOnlyMode.get())
|
||||
{
|
||||
callback.cancel();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user