]> git.mxchange.org Git - simgear.git/commit
Due to a misunderstanding of what removeChild() actually does, some used it to detach...
authorehofman <ehofman>
Tue, 28 Jun 2005 11:19:09 +0000 (11:19 +0000)
committerehofman <ehofman>
Tue, 28 Jun 2005 11:19:09 +0000 (11:19 +0000)
commit84e87f0e8a649847285b42d43fcf9c64a9615653
tree55fcf60054f09abef0a0ed2f9f380a025726f7db
parent901592a88ee0fa6d32891f116e8211be0894e0ba
Due to a misunderstanding of what removeChild() actually does, some used it to detach a subtree from the main tree. The previous patch broke that behaviour so a new function call detchChild() is now added.
simgear/props/props.cxx
simgear/props/props.hxx