You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Don't re-query remote object while debugging every frame
This commit is contained in:
@@ -997,6 +997,7 @@ void ScriptEditorDebugger::_notification(int p_what) {
|
||||
msg.push_back("inspect_object");
|
||||
msg.push_back(inspected_object_id);
|
||||
ppeer->put_var(msg);
|
||||
inspected_object_id = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1010,6 +1011,7 @@ void ScriptEditorDebugger::_notification(int p_what) {
|
||||
msg.push_back("inspect_object");
|
||||
msg.push_back(inspected_object_id);
|
||||
ppeer->put_var(msg);
|
||||
inspected_object_id = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user