commit | e09fd9e819c23dc90bca68375645e15544861330 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Wed Dec 17 18:05:43 2008 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Dec 17 18:05:43 2008 -0800 |
tree | 9a9fdadd1301625f875a3c126c986c79e3363ac4 | |
parent | 7c1b96a165f970a09ed239bb4fb3f1b0d8f2a407 [diff] [blame] |
Code drop from //branches/cupcake/...@124589
diff --git a/opengl/libagl/vertex.cpp b/opengl/libagl/vertex.cpp index 5bcc9dc..dad04d6 100644 --- a/opengl/libagl/vertex.cpp +++ b/opengl/libagl/vertex.cpp
@@ -99,7 +99,7 @@ c->arrays.cull &= clip; if (ggl_likely(!clip)) { - // if the vertice is clipped, we don't do the perspective + // if the vertex is clipped, we don't do the perspective // divide, since we don't need its window coordinates. perspective(c, v, enables); }