mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-29 02:29:18 +01:00
Turn on threaded builds again, the crashes are caused by deleting chunks while they are generating (e.g. clicking the load button too early for example).
This commit is contained in:
parent
24abdae01f
commit
db5eacfe36
File diff suppressed because one or more lines are too long
@ -57,15 +57,13 @@ glow_hdr_luminance_cap = 1.0
|
||||
]]
|
||||
data_margin_start = 1
|
||||
data_margin_end = 2
|
||||
use_threads = false
|
||||
max_concurrent_generations = 4
|
||||
max_frame_chunk_build_steps = 10
|
||||
max_frame_chunk_build_steps = 4
|
||||
library = ExtResource( 2 )
|
||||
level_generator = SubResource( 1 )
|
||||
voxel_scale = 3.0
|
||||
chunk_spawn_range = 3
|
||||
script = ExtResource( 8 )
|
||||
show_loading_screen = false
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource( 3 )
|
||||
|
Loading…
Reference in New Issue
Block a user