aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llsprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llsprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llsprite.cpp b/linden/indra/newview/llsprite.cpp
index 092d49f..624e03d 100644
--- a/linden/indra/newview/llsprite.cpp
+++ b/linden/indra/newview/llsprite.cpp
@@ -92,7 +92,7 @@ LLSprite::~LLSprite()
92 92
93void LLSprite::updateFace(LLFace &face) 93void LLSprite::updateFace(LLFace &face)
94{ 94{
95 LLViewerCamera &camera = *gCamera; 95 LLViewerCamera &camera = *LLViewerCamera::getInstance();
96 96
97 // First, figure out how many vertices/indices we need. 97 // First, figure out how many vertices/indices we need.
98 U32 num_vertices, num_indices; 98 U32 num_vertices, num_indices;