mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-20 18:07:26 +00:00
"LightState_t" ordering fix
This commit is contained in:
parent
29985681a1
commit
c24836cddf
@ -36,8 +36,8 @@ struct LightState_t
|
|||||||
{
|
{
|
||||||
int m_nNumLights;
|
int m_nNumLights;
|
||||||
bool m_bAmbientLight;
|
bool m_bAmbientLight;
|
||||||
bool m_bStaticLightTexel;
|
|
||||||
bool m_bStaticLightVertex;
|
bool m_bStaticLightVertex;
|
||||||
|
bool m_bStaticLightTexel;
|
||||||
inline int HasDynamicLight() { return (m_bAmbientLight || (m_nNumLights > 0)) ? 1 : 0; }
|
inline int HasDynamicLight() { return (m_bAmbientLight || (m_nNumLights > 0)) ? 1 : 0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user