removed unsuded variable

This commit is contained in:
Eric Levin 2015-06-02 13:58:09 -07:00
parent a98baef736
commit 7527efc2d6

View file

@ -40,7 +40,6 @@ void RenderableLineEntityItem::render(RenderArgs* args) {
//glTranslatef(position.x, position.y, position.z);
glm::vec3 axis = glm::axis(rotation);
glRotatef(glm::degrees(glm::angle(rotation)), axis.x, axis.y, axis.z);
QVector<glm::vec3> points;
if (_pointsChanged) {
geometryCache->updateVertices(_lineVerticesID, getLinePoints(), lineColor);
_pointsChanged = false;