mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10: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"
|
||||
config/features=PackedStringArray("4.2")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[rendering]
|
||||
|
||||
driver/threads/thread_model=2
|
||||
|
||||
Reference in New Issue
Block a user