diff options
Diffstat (limited to 'indra/newview/llvowlsky.h')
-rw-r--r-- | indra/newview/llvowlsky.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llvowlsky.h b/indra/newview/llvowlsky.h index ef3f8e0361..3217d2a7e2 100644 --- a/indra/newview/llvowlsky.h +++ b/indra/newview/llvowlsky.h @@ -88,9 +88,9 @@ private: std::vector< LLPointer<LLVertexBuffer> > mStripsVerts; LLPointer<LLVertexBuffer> mStarsVerts; - std::vector<LLVector3> mStarVertices; // Star verticies - std::vector<LLColor4> mStarColors; // Star colors - std::vector<F32> mStarIntensities; // Star intensities + std::vector<LLVector3> mStarVertices; // Star verticies + std::vector<LLColor4> mStarColors; // Star colors + std::vector<F32> mStarIntensities; // Star intensities }; #endif // LL_VOWLSKY_H |