mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
Compare commits
5 Commits
aboba2
...
lightstate
| Author | SHA1 | Date | |
|---|---|---|---|
| f7e0e02932 | |||
| 8dbab45f13 | |||
| fd60fa6bfb | |||
| 091308106b | |||
| 19ce478dd0 |
@@ -36,8 +36,8 @@ struct LightState_t
|
||||
{
|
||||
int m_nNumLights;
|
||||
bool m_bAmbientLight;
|
||||
bool m_bStaticLightTexel;
|
||||
bool m_bStaticLightVertex;
|
||||
bool m_bStaticLightTexel;
|
||||
inline int HasDynamicLight() { return (m_bAmbientLight || (m_nNumLights > 0)) ? 1 : 0; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user