From e4aa17b01c05fd32eb5b1c65f5fab31f81044b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Nov=C3=A1k?= <42614907+novhack@users.noreply.github.com> Date: Fri, 7 Aug 2020 07:10:14 +0200 Subject: [PATCH] Enable multi-threaded rendering (#294) For access to VisualServer singleton from a thread --- project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project.godot b/project.godot index a18285579..3116edc08 100644 --- a/project.godot +++ b/project.godot @@ -423,5 +423,6 @@ file_logging/enable_file_logging=true quality/driver/driver_name="GLES2" quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation.mobile=0 +threads/thread_model=2 vram_compression/import_etc=true vram_compression/import_etc2=false