mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Clean up
This commit is contained in:
parent
e7c37f21b7
commit
0d02a3392a
@ -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;
|
||||||
|
@ -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();
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user