mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 09:54:46 +02:00
Restore line width
This commit is contained in:
parent
78e9c5870b
commit
ab9cfac672
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue