mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #98763 from AThousandShips/more_sname_uses
Use `SceneStringName` in more places
This commit is contained in:
commit
e6125ef51b
41 changed files with 69 additions and 69 deletions
|
@ -504,7 +504,7 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, uint64_t p_thread
|
|||
} break;
|
||||
}
|
||||
EditorNode::get_log()->add_message(output_strings[i], msg_type);
|
||||
emit_signal(SNAME("output"), output_strings[i], msg_type);
|
||||
emit_signal(SceneStringName(output), output_strings[i], msg_type);
|
||||
}
|
||||
} else if (p_msg == "performance:profile_frame") {
|
||||
Vector<float> frame_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue