mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +02:00
removed unsuded variable
This commit is contained in:
parent
a98baef736
commit
7527efc2d6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue