Reduce the amount of crashes.

This commit is contained in:
Relintai 2020-07-10 10:29:07 +02:00
parent 149d7f4bb2
commit d68d49b5de

View File

@ -117,11 +117,11 @@ 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)
if automatic_build: if automatic_build:
build_model() build_model()
sheath(sheathed)
func _build_model(): func _build_model():
if _generating: if _generating:
return return