mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Start mesh build job at the end of build in Skeleton.
This commit is contained in:
parent
2a2a6a555d
commit
8a20ca0f3e
@ -173,9 +173,11 @@ func build():
|
|||||||
data.append(ddict)
|
data.append(ddict)
|
||||||
|
|
||||||
_mesh_job.data = data
|
_mesh_job.data = data
|
||||||
ThreadPool.add_job(_mesh_job)
|
|
||||||
|
|
||||||
finish_build_mesh()
|
finish_build_mesh()
|
||||||
|
|
||||||
|
ThreadPool.add_job(_mesh_job)
|
||||||
|
# _mesh_job.execute()
|
||||||
|
|
||||||
func setup_build_mesh() -> void:
|
func setup_build_mesh() -> void:
|
||||||
if mesh_instance != null:
|
if mesh_instance != null:
|
||||||
|
Loading…
Reference in New Issue
Block a user