Restore line width

This commit is contained in:
Atlante45 2015-06-04 11:35:41 +02:00
parent 78e9c5870b
commit ab9cfac672

View file

@ -49,6 +49,7 @@ void RenderableLineEntityItem::render(RenderArgs* args) {
batch._glLineWidth(getLineWidth());
DependencyManager::get<GeometryCache>()->renderVertices(batch, gpu::LINE_STRIP, _lineVerticesID);
batch._glLineWidth(1.0f);
RenderableDebugableEntityItem::render(this, args);
};