Don't restore old canvasses on reset.

No need for this anymore as PRESERVE now works as expected.
Otherwise old canvasses are restored and do not work anymore
as the placements of the new canvasses do not apply.
This commit is contained in:
Thomas Geymayer 2014-07-11 19:07:53 +02:00
parent 6200b160ec
commit 7c3491c679

View File

@ -96,7 +96,7 @@ namespace simgear
_name_elements( name_elements ),
_element_factory( element_factory )
{
_props->setAttribute(SGPropertyNode::PRESERVE, true);
}
//----------------------------------------------------------------------------