mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
Compare commits
5 Commits
lower_fix
...
lightstate
| Author | SHA1 | Date | |
|---|---|---|---|
| f7e0e02932 | |||
| 8dbab45f13 | |||
| fd60fa6bfb | |||
| 091308106b | |||
| 19ce478dd0 |
@@ -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; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user