*** empty log message ***
This commit is contained in:
parent
f5483ce396
commit
aa0f79a36f
|
|
@ -12,5 +12,5 @@
|
|||
////////////////////////////////////////////////////////////////////
|
||||
INLINE bool FltVertex::
|
||||
has_color() const {
|
||||
return (_flags & F_no_color) != 0;
|
||||
return (_flags & F_no_color) == 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue