Optimization pass.

This commit is contained in:
Shyotl
2018-08-07 01:09:53 -05:00
parent 71f3002717
commit d11899561b
25 changed files with 108 additions and 104 deletions

View File

@@ -206,7 +206,8 @@ public:
static F32 sCurDepth;
static std::vector<std::pair<LLCoordGL, F32> > sOriginStack;
static LLColor4 sShadowColor;
// Singu Note: LLColor4U to avoid converting from LLColor4 to LLColor4U for every glyph(batch).
static LLColor4U sShadowColor;
static F32 sVertDPI;
static F32 sHorizDPI;