diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-19 12:58:49 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-19 12:58:49 -0800 |
commit | 4c91f454485188b72222e3bb0cd9f923f73c260e (patch) | |
tree | 54f2d41289953ad6aa9d4b1d0e3e2976b3279e6e /indra/llrender/llimagegl.h | |
parent | 9e8037f959de3f5dcc91a987cd10c3675697172b (diff) |
Clean up the llimage init-ordering and header comments, to make it clearer when we miss initializing a member. No semantic change.
Diffstat (limited to 'indra/llrender/llimagegl.h')
-rw-r--r-- | indra/llrender/llimagegl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llimagegl.h b/indra/llrender/llimagegl.h index 937065043c..facfb7bd62 100644 --- a/indra/llrender/llimagegl.h +++ b/indra/llrender/llimagegl.h @@ -224,7 +224,7 @@ protected: bool mTexOptionsDirty; LLTexUnit::eTextureAddressMode mAddressMode; // Defaults to TAM_WRAP - LLTexUnit::eTextureFilterOptions mFilterOption; // Defaults to TFO_TRILINEAR + LLTexUnit::eTextureFilterOptions mFilterOption; // Defaults to TFO_ANISOTROPIC LLGLint mFormatInternal; // = GL internalformat LLGLenum mFormatPrimary; // = GL format (pixel data format) |