Windlight/water parameter managers now derived from standard LLSingleton instead of using some silly redundant clone.

This commit is contained in:
Shyotl
2011-09-02 06:35:53 -05:00
parent 91cb401324
commit 443d4e9f56
31 changed files with 418 additions and 390 deletions

View File

@@ -38,10 +38,9 @@
#include "v4math.h"
#include "v4color.h"
#include "llviewershadermgr.h"
class LLFloaterWindLight;
class LLWLParamSet;
class LLGLSLShader;
/// A class representing a set of parameter values for the WindLight shaders.
class LLWLParamSet {