]> git.mxchange.org Git - simgear.git/commit
Fix property find_last_child/addChild.
authorThorstenB <brehmt@gmail.com>
Tue, 6 Nov 2012 23:53:32 +0000 (00:53 +0100)
committerThorstenB <brehmt@gmail.com>
Tue, 6 Nov 2012 23:53:32 +0000 (00:53 +0100)
commit3fe513f9e08a35008136d7b7f8a2323f94ab50c7
treecf604578508e9b9405d8a8eb11943b5e80a74ace
parent81bee2bbc6b3cb4c4971bc72a0ea10d8ffbf9609
Fix property find_last_child/addChild.
Initial "addChild" should have index #0 (not #1).
Also extend test cases.
(Test case shows addChild(append=false) isn't working as expected!?)
simgear/props/props.cxx
simgear/props/props_test.cxx