Make Node::orphan_node_count thread-safe

This commit is contained in:
Ryan
2025-08-22 23:02:51 -04:00
parent 1ce3101fbc
commit 6ebef31b3c
5 changed files with 25 additions and 9 deletions

View File

@ -46,6 +46,7 @@ class Performance : public Object {
static void _bind_methods();
int _get_node_count() const;
int _get_orphan_node_count() const;
double _process_time;
double _physics_process_time;