diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2021-01-23 15:33:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-23 15:33:14 -0500 |
| commit | 7055250ad93b87a1c3fea7a1ad1c183384841c9f (patch) | |
| tree | ffc4886717eda57c6db0e9a7f236845675e86eac /ZAPD/ZVector.cpp | |
| parent | ee42172389c0aebfbc0c2d5bbabab4ec858bc8cd (diff) | |
Added bug fix that accidentally wasn't included in the last PR (#76)
Diffstat (limited to 'ZAPD/ZVector.cpp')
| -rw-r--r-- | ZAPD/ZVector.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ZAPD/ZVector.cpp b/ZAPD/ZVector.cpp index e9eba2f..23de24f 100644 --- a/ZAPD/ZVector.cpp +++ b/ZAPD/ZVector.cpp @@ -28,8 +28,6 @@ void ZVector::ParseXML(tinyxml2::XMLElement* reader) { ZResource::ParseXML(reader); - name = reader->Attribute("Name"); - std::string type = reader->Attribute("Type"); this->scalarType = ZScalar::MapOutputTypeToScalarType(type); |
