Browse Source

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.
Clay John 1 year ago
parent
commit
79d30931c3
1 changed files with 0 additions and 4 deletions
  1. 0 4
      compute/texture/project.godot

+ 0 - 4
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