diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llrender/llrender.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llrender/llrender.h b/linden/indra/llrender/llrender.h index edf46ff..15360a3 100644 --- a/linden/indra/llrender/llrender.h +++ b/linden/indra/llrender/llrender.h | |||
@@ -176,7 +176,8 @@ public: | |||
176 | 176 | ||
177 | LLRender(); | 177 | LLRender(); |
178 | ~LLRender(); | 178 | ~LLRender(); |
179 | 179 | void shutdown(); | |
180 | |||
180 | void translatef(const GLfloat& x, const GLfloat& y, const GLfloat& z); | 181 | void translatef(const GLfloat& x, const GLfloat& y, const GLfloat& z); |
181 | void scalef(const GLfloat& x, const GLfloat& y, const GLfloat& z); | 182 | void scalef(const GLfloat& x, const GLfloat& y, const GLfloat& z); |
182 | void pushMatrix(); | 183 | void pushMatrix(); |