From 3a8784b7aa6f74744ecd2657bdf7510137f4a2f4 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 23 May 2020 22:09:53 +0200 Subject: [PATCH] Increase the world threads to 8. --- game/scenes/World.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scenes/World.tscn b/game/scenes/World.tscn index 557b7319..41ea6867 100644 --- a/game/scenes/World.tscn +++ b/game/scenes/World.tscn @@ -56,7 +56,7 @@ glow_hdr_luminance_cap = 1.0 "save", ]] data_margin_end = 2 -max_concurrent_generations = 4 +max_concurrent_generations = 8 max_frame_chunk_build_steps = 4 library = ExtResource( 2 ) level_generator = SubResource( 1 )