diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llrender/llrender.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llrender/llrender.h b/linden/indra/llrender/llrender.h index 437c715..ce84e74 100644 --- a/linden/indra/llrender/llrender.h +++ b/linden/indra/llrender/llrender.h | |||
@@ -148,7 +148,7 @@ public: | |||
148 | 148 | ||
149 | // Binds the LLImageGL to this texture unit | 149 | // Binds the LLImageGL to this texture unit |
150 | // (automatically enables the unit for the LLImageGL's texture type) | 150 | // (automatically enables the unit for the LLImageGL's texture type) |
151 | bool bind(LLImageGL* texture, bool forceBind = false); | 151 | bool bind(LLImageGL* texture, bool for_rendering = false, bool forceBind = false); |
152 | 152 | ||
153 | // Binds a cubemap to this texture unit | 153 | // Binds a cubemap to this texture unit |
154 | // (automatically enables the texture unit for cubemaps) | 154 | // (automatically enables the texture unit for cubemaps) |