mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
The initial sheathing setup is also called as deferred now.
This commit is contained in:
parent
e986d8d488
commit
836949b205
@ -117,7 +117,7 @@ func _enter_tree():
|
|||||||
for iv in viss:
|
for iv in viss:
|
||||||
add_model_visual(iv as ModelVisual)
|
add_model_visual(iv as ModelVisual)
|
||||||
|
|
||||||
sheath(sheathed)
|
call_deferred("sheath", sheathed)
|
||||||
|
|
||||||
if automatic_build:
|
if automatic_build:
|
||||||
call_deferred("build_model")
|
call_deferred("build_model")
|
||||||
|
Loading…
Reference in New Issue
Block a user