fix: first chunk build called deferred
This commit is contained in:
parent
2b04362ecc
commit
8b0bee1f04
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ void TerrainMeshGenerator::_notification(int what) {
|
|||
enter_tree();
|
||||
return;
|
||||
case NOTIFICATION_READY:
|
||||
rebuild_chunks();
|
||||
callable_mp(this, &self_type::rebuild_chunks).call_deferred();
|
||||
break;
|
||||
case NOTIFICATION_PROCESS:
|
||||
process();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue