fix: threads don't idle while inactive

This commit is contained in:
Sara Gerretsen 2026-03-03 16:44:58 +01:00
parent a214291c2f
commit 0f5539ebc0
3 changed files with 58 additions and 15 deletions

View file

@ -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);