make LoadFromXml usage consistent across comps (#673)

This commit is contained in:
Aaron Kimbrell
2022-07-24 21:03:22 -05:00
committed by GitHub
parent 9ed4a4f47f
commit a7fb6eb3f3
10 changed files with 14 additions and 21 deletions

View File

@@ -289,7 +289,7 @@ Entity* BuffComponent::GetParent() const
return m_Parent;
}
void BuffComponent::LoadFromXML(tinyxml2::XMLDocument* doc)
void BuffComponent::LoadFromXml(tinyxml2::XMLDocument* doc)
{
// Load buffs
auto* dest = doc->FirstChildElement("obj")->FirstChildElement("dest");