Update XGfxLightDef header
This commit is contained in:
parent
e06fe64311
commit
f7ff77b11d
@ -8,15 +8,15 @@
|
||||
struct XGfxLightDef : public XAsset
|
||||
{
|
||||
public:
|
||||
XGfxLightDef();
|
||||
explicit XGfxLightDef();
|
||||
~XGfxLightDef();
|
||||
|
||||
virtual void Clear() override;
|
||||
virtual void ParseData(QDataStream *aStream) override;
|
||||
|
||||
private:
|
||||
XString* mName;
|
||||
XGfxLightImage* mAttenuation;
|
||||
XString mName;
|
||||
XGfxLightImage mAttenuation;
|
||||
int mLmapLookupStart;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user