summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index f20731c749..390e139503 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -343,7 +343,7 @@ public:
GLuint mFramebuffer[2];
//dynamic cube map scratch space
- LLCubeMap* mCubeBuffer;
+ LLPointer<LLCubeMap> mCubeBuffer;
//frambuffer object for rendering dynamic cube maps
GLuint mCubeFrameBuffer;