mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix typos with codespell
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
This commit is contained in:
@@ -1247,7 +1247,7 @@ Error Object::emit_signal(const StringName &p_name, const Variant **p_args, int
|
||||
bool disconnect = c.flags & CONNECT_ONESHOT;
|
||||
#ifdef TOOLS_ENABLED
|
||||
if (disconnect && (c.flags & CONNECT_PERSIST) && Engine::get_singleton()->is_editor_hint()) {
|
||||
//this signal was connected from the editor, and is being edited. just dont disconnect for now
|
||||
//this signal was connected from the editor, and is being edited. just don't disconnect for now
|
||||
disconnect = false;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user