mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
clean up the light.cookie entries
This commit is contained in:
parent
059fb63487
commit
c41b8e00ff
2 changed files with 11 additions and 10 deletions
|
|
@ -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;
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue