소스 검색

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 년 전
부모
커밋
79d30931c3
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  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