diff --git a/simgear/package/Package.cxx b/simgear/package/Package.cxx index b2b83965..df86945d 100644 --- a/simgear/package/Package.cxx +++ b/simgear/package/Package.cxx @@ -58,6 +58,7 @@ void Package::initWithProps(const SGPropertyNode* aProps) void Package::updateFromProps(const SGPropertyNode* aProps) { m_tags.clear(); + m_variants.clear(); initWithProps(aProps); }