Added "const" keyword to IsEmpty().
This commit is contained in:
parent
b363673f0e
commit
bc1975ad43
|
@ -369,7 +369,7 @@ void Clear()
|
||||||
C()=Color4b::Gray;
|
C()=Color4b::Gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsEmpty()
|
bool IsEmpty() const
|
||||||
{
|
{
|
||||||
return vert.empty() && edge.empty() && face.empty();
|
return vert.empty() && edge.empty() && face.empty();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue