diff options
Diffstat (limited to 'libs/rs/rsVertexArray.cpp')
| -rw-r--r-- | libs/rs/rsVertexArray.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/rs/rsVertexArray.cpp b/libs/rs/rsVertexArray.cpp index 6937a85..001927c 100644 --- a/libs/rs/rsVertexArray.cpp +++ b/libs/rs/rsVertexArray.cpp @@ -144,10 +144,8 @@ void VertexArray::setupGL2(const Context *rsc, class VertexArrayState *state, Sh slot = 1; } else if (mAttribs[ct].name == "normal") { slot = 2; - } else if (mAttribs[ct].name == "pointSize") { - slot = 3; } else if (mAttribs[ct].name == "texture0") { - slot = 4; + slot = 3; } else { continue; } |
