diff options
| author | luz.paz | 2018-02-21 11:30:55 -0500 |
|---|---|---|
| committer | Rémi Verschelde | 2018-02-21 19:46:06 +0100 |
| commit | 612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5 (patch) | |
| tree | 74a9d00318eb6666ae65ae222d22f7d0352cc2ca /scene/main/node.cpp | |
| parent | 6afaf83de39d29746f8852daadadc0d46483c7ef (diff) | |
| download | godot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.tar.gz godot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.tar.zst godot-612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5.zip | |
Fix typos with codespell
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt`
Whitelist consists of:
```
ang
doubleclick
lod
nd
que
te
unselect
```
Diffstat (limited to '')
| -rw-r--r-- | scene/main/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/node.cpp b/scene/main/node.cpp index ac85dd64a..cf22383e3 100644 --- a/scene/main/node.cpp +++ b/scene/main/node.cpp @@ -2010,7 +2010,7 @@ void Node::set_editable_instance(Node *p_node, bool p_editable) { if (!p_editable) { data.editable_instances.erase(p); // Avoid this flag being needlessly saved; - // also give more visual feedback if editable children is reenabled + // also give more visual feedback if editable children is re-enabled set_display_folded(false); } else { data.editable_instances[p] = true; |
