1
0
forked from 0ad/0ad

Remove unused variable following 330b570ba8

Forgotten in that diff.

Reported by: vladislavbelov
This was SVN commit r26250.
This commit is contained in:
wraitii 2022-01-25 18:47:38 +00:00
parent 330b570ba8
commit 27f64b80ed

View File

@ -123,12 +123,6 @@ public:
*/
bool Culling;
/**
* Cache global lighting environment. This is used to check whether the
* environment has changed during the last frame, so that vertex data can be updated etc.
*/
CLightEnv CachedLightEnv;
CCinemaManager CinemaManager;
/**