The initial sheathing setup is also called as deferred now.

This commit is contained in:
Relintai 2020-07-10 10:34:25 +02:00
parent e986d8d488
commit 836949b205

View File

@ -117,7 +117,7 @@ func _enter_tree():
for iv in viss:
add_model_visual(iv as ModelVisual)
sheath(sheathed)
call_deferred("sheath", sheathed)
if automatic_build:
call_deferred("build_model")