dmuratshin 9 years ago
parent
commit
5d906a8446
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oxygine/src/Actor.cpp

+ 1 - 1
oxygine/src/Actor.cpp

@@ -951,7 +951,7 @@ namespace oxygine
         else
         {
             spActor t = actor;
-            _children.append(t);
+            _children.prepend(t);
             setParent(actor, this);
         }
     }