1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +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: public:
int numParticles{0}; int numParticles{0};
float particleRadius;
int activeCount; int activeCount;
std::vector<float> particleRadii, sizes, rotationAngles; std::vector<float> particleRadii, sizes, rotationAngles;

View File

@ -108,7 +108,6 @@ static std::map<std::string,RecordFactoryEntry> makeFactory()
return factory; return factory;
} }
///Make the factory map used for parsing the file ///Make the factory map used for parsing the file
static const std::map<std::string,RecordFactoryEntry> factories = makeFactory(); 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 // The rest are all struct-based
template <typename T> template <typename T>
struct StructPropT : Property struct StructPropT : Property