mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 22:44:15 +02:00
Update RenderablePolyLineEntityItem.cpp
This commit is contained in:
parent
614312f04f
commit
c901a749c2
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ void RenderablePolyLineEntityItem::updateGeometry() {
|
|||
|
||||
void RenderablePolyLineEntityItem::render(RenderArgs* args) {
|
||||
QWriteLocker lock(&_quadReadWriteLock);
|
||||
if (_points.size() < 2) {
|
||||
if (_points.size() < 2) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue