diff options
Diffstat (limited to 'libs/hwui/renderstate/TextureState.h')
-rw-r--r-- | libs/hwui/renderstate/TextureState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderstate/TextureState.h b/libs/hwui/renderstate/TextureState.h index 5a57b9f..d3c014c 100644 --- a/libs/hwui/renderstate/TextureState.h +++ b/libs/hwui/renderstate/TextureState.h @@ -73,7 +73,7 @@ public: void unbindTexture(GLuint texture); private: // total number of texture units available for use - static const int kTextureUnitsCount = 3; + static const int kTextureUnitsCount = 4; TextureState(); GLuint mTextureUnit; |