Disable Batch Rendering (#1754)
Fix the EMI Tree issue Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
parent
1e7bd48c02
commit
e3d12e2758
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue