clean up the light.cookie entries

This commit is contained in:
AzaezelX 2021-07-22 11:57:41 -05:00
parent 059fb63487
commit c41b8e00ff
2 changed files with 11 additions and 10 deletions

View file

@ -288,7 +288,7 @@ public:
LightShadowMap* getOrCreateShadowMap();
bool hasCookieTex() const { return cookie.isNotEmpty(); }
bool hasCookieTex() const { return cookie != StringTable->EmptyString(); }
GFXOcclusionQuery* getOcclusionQuery() const { return mQuery; }
@ -325,7 +325,7 @@ public:
U32 texSize;
///
FileName cookie;
StringTableEntry cookie;
/// @}