1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
This commit is contained in:
Alexei Dobrohotov 2020-10-06 20:36:10 +03:00
parent e7c37f21b7
commit 0d02a3392a
3 changed files with 0 additions and 4 deletions

View File

@ -75,8 +75,6 @@ class NiAutoNormalParticlesData : public NiGeometryData
public:
int numParticles{0};
float particleRadius;
int activeCount;
std::vector<float> particleRadii, sizes, rotationAngles;

View File

@ -108,7 +108,6 @@ static std::map<std::string,RecordFactoryEntry> makeFactory()
return factory;
}
///Make the factory map used for parsing the file
static const std::map<std::string,RecordFactoryEntry> factories = makeFactory();

View File

@ -162,7 +162,6 @@ struct NiWireframeProperty : public Property
}
};
// The rest are all struct-based
template <typename T>
struct StructPropT : Property