Start mesh build job at the end of build in Skeleton.

This commit is contained in:
Relintai 2020-07-11 01:00:25 +02:00
parent 2a2a6a555d
commit 8a20ca0f3e

View File

@ -173,10 +173,12 @@ func build():
data.append(ddict)
_mesh_job.data = data
ThreadPool.add_job(_mesh_job)
finish_build_mesh()
ThreadPool.add_job(_mesh_job)
# _mesh_job.execute()
func setup_build_mesh() -> void:
if mesh_instance != null:
mesh_instance.hide()