diff options
author | quabug <quabug@gmail.com> | 2014-12-03 13:29:28 +0800 |
---|---|---|
committer | quabug <quabug@gmail.com> | 2014-12-03 13:29:28 +0800 |
commit | 25f8f5339a803d55d448d1760b5e8671e0946509 (patch) | |
tree | be1412f06489c6e72c60b985518b20173c850da9 | |
parent | 4a7114262343e39235569525b7939896f806b4e6 (diff) |
use tab instead of space
-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 4163e6a1b8..45a30d7bca 100644 --- a/scene/main/node.cpp +++ b/scene/main/node.cpp @@ -271,7 +271,7 @@ void Node::move_child(Node *p_child,int p_pos) { data.children[i]->data.pos=i; } // notification second - move_child_notify(p_child); + move_child_notify(p_child); for (int i=0;i<data.children.size();i++) { data.children[i]->notification( NOTIFICATION_MOVED_IN_PARENT ); |