commit | ec31f83bd3af1f900d1ee9116b15f56904c66dcd | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Tue Dec 13 18:39:19 2011 -0800 |
committer | Romain Guy <romainguy@google.com> | Tue Dec 13 18:41:12 2011 -0800 |
tree | ff764a7793f4114db8a0c30c8b16511df2daedf9 | |
parent | a1d3c91afbd52c7e8b01f4a9060c5459f02ae7a5 [diff] [blame] |
<Insert something improper about OpenGL> Change-Id: Ib645376093838156771588adc76a718da0ceb0db
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index 96e142c..c3bac5d 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp
@@ -293,6 +293,7 @@ void Caches::enableTexCoordsVertexArray() { if (!mTexCoordsArrayEnabled) { glEnableVertexAttribArray(Program::kBindingTexCoords); + mCurrentTexCoordsPointer = this; mTexCoordsArrayEnabled = true; } }