mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
fix CR feedback
This commit is contained in:
parent
e39ea72daf
commit
53c3e3d731
1 changed files with 0 additions and 1 deletions
|
@ -366,7 +366,6 @@ void SkeletonModel::renderJointConstraints(gpu::Batch& batch, int jointIndex) {
|
||||||
geometryCache->renderVertices(batch, gpu::TRIANGLE_FAN, _triangleFanID);
|
geometryCache->renderVertices(batch, gpu::TRIANGLE_FAN, _triangleFanID);
|
||||||
|
|
||||||
}
|
}
|
||||||
glPopMatrix();
|
|
||||||
|
|
||||||
renderOrientationDirections(jointIndex, position, _rotation * jointState.getRotation(), directionSize);
|
renderOrientationDirections(jointIndex, position, _rotation * jointState.getRotation(), directionSize);
|
||||||
jointIndex = joint.parentIndex;
|
jointIndex = joint.parentIndex;
|
||||||
|
|
Loading…
Reference in a new issue