Message ID | 20110811085913.22074.27739.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'src/scene-grid.cpp' --- src/scene-grid.cpp 2011-07-07 13:35:24 +0000 +++ src/scene-grid.cpp 2011-08-11 08:57:47 +0000 @@ -82,10 +82,6 @@ grid_size > 1 ? spacing : 0); mMesh.build_vbo(); - std::vector<GLint> attrib_locations; - attrib_locations.push_back(mProgram.getAttribIndex("position")); - mMesh.set_attrib_locations(attrib_locations); - mCurrentFrame = 0; mRotation = 0.0f; }