Disable Batch Rendering (#1754)
Fix the EMI Tree issue Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
* Whether to use the batched render system. Batching is faster, but may have
|
||||
* incompatibilities with shaders or other mods.
|
||||
*/
|
||||
use-batched-renderer: true;
|
||||
use-batched-renderer: false;
|
||||
|
||||
/**
|
||||
* Whether to have the search bar in the center of the screen, instead of to the
|
||||
|
||||
Reference in New Issue
Block a user