fix: threads don't idle while inactive
This commit is contained in:
parent
a214291c2f
commit
0f5539ebc0
3 changed files with 58 additions and 15 deletions
|
|
@ -13,6 +13,7 @@ class Terrain : public Node {
|
|||
static void _bind_methods();
|
||||
void child_order_changed();
|
||||
void update_meshes();
|
||||
void update_threads();
|
||||
|
||||
protected:
|
||||
void _notification(int what);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue