mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
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.
This commit is contained in:
@@ -14,7 +14,3 @@ config/name="TestCustomTextures"
|
|||||||
run/main_scene="res://main.tscn"
|
run/main_scene="res://main.tscn"
|
||||||
config/features=PackedStringArray("4.2")
|
config/features=PackedStringArray("4.2")
|
||||||
config/icon="res://icon.svg"
|
config/icon="res://icon.svg"
|
||||||
|
|
||||||
[rendering]
|
|
||||||
|
|
||||||
driver/threads/thread_model=2
|
|
||||||
|
|||||||
Reference in New Issue
Block a user