mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
another code cleanup
This commit is contained in:
parent
55ffb7f1c0
commit
a98baef736
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ void RenderableLineEntityItem::render(RenderArgs* args) {
|
|||
glPushMatrix();
|
||||
glLineWidth(getLineWidth());
|
||||
auto geometryCache = DependencyManager::get<GeometryCache>();
|
||||
if(_lineVerticesID == GeometryCache::UNKNOWN_ID){
|
||||
if (_lineVerticesID == GeometryCache::UNKNOWN_ID) {
|
||||
_lineVerticesID = geometryCache ->allocateID();
|
||||
}
|
||||
//TODO: Figure out clean , efficient way to do relative line positioning. For now we'll just use absolute positioning.
|
||||
|
|
Loading…
Reference in a new issue