From 79d30931c350697c44fce7e360584b65ef45314b Mon Sep 17 00:00:00 2001 From: Clay John Date: Mon, 8 Apr 2024 17:09:27 -0700 Subject: [PATCH] Switch to single safe threaded model in TextureRD demo (#1038) Multithreaded rendering is not safe in 4.2, so it should not be used in our official demos for now. --- compute/texture/project.godot | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compute/texture/project.godot b/compute/texture/project.godot index a49bcfd2..8a160592 100644 --- a/compute/texture/project.godot +++ b/compute/texture/project.godot @@ -14,7 +14,3 @@ config/name="TestCustomTextures" run/main_scene="res://main.tscn" config/features=PackedStringArray("4.2") config/icon="res://icon.svg" - -[rendering] - -driver/threads/thread_model=2