You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fixes small typos and grammar correction
This commit is contained in:
@@ -487,7 +487,7 @@ void LiveEditor::_send_tree() {
|
||||
}
|
||||
|
||||
Array arr;
|
||||
// Encoded as a flat list depth fist.
|
||||
// Encoded as a flat list depth first.
|
||||
SceneDebuggerTree tree(scene_tree->root);
|
||||
tree.serialize(arr);
|
||||
EngineDebugger::get_singleton()->send_message("scene:scene_tree", arr);
|
||||
|
||||
Reference in New Issue
Block a user