Correct filtering of struct elements.

This commit is contained in:
asuessenbach 2020-02-27 09:48:18 +01:00
parent 9bc920a8c9
commit 862c0abdc7

View File

@ -4943,9 +4943,8 @@ void VulkanHppGenerator::readStruct(tinyxml2::XMLElement const* element, bool is
{
readComment(child);
}
else
else if (value == "member")
{
assert(value == "member");
readStructMember(child, it->second.members);
}
}