diff options
Diffstat (limited to 'run/config/sodium-options.json')
-rw-r--r-- | run/config/sodium-options.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/run/config/sodium-options.json b/run/config/sodium-options.json index 04c0704..be96240 100644 --- a/run/config/sodium-options.json +++ b/run/config/sodium-options.json @@ -5,19 +5,18 @@ "enable_vignette": false }, "advanced": { - "arena_memory_allocator": "ASYNC", - "allow_direct_memory_access": true, "enable_memory_tracing": false, "use_advanced_staging_buffers": true, "cpu_render_ahead_limit": 9 }, "performance": { "chunk_builder_threads": 4, - "always_defer_chunk_updates": false, + "always_defer_chunk_updates_v2": true, "animate_only_visible_textures": true, "use_entity_culling": true, "use_fog_occlusion": true, - "use_block_face_culling": true + "use_block_face_culling": true, + "use_no_error_g_l_context": true }, "notifications": { "hide_donation_button": false |