*** empty log message ***

This commit is contained in:
David Rose 2001-04-28 01:23:48 +00:00
parent f5483ce396
commit aa0f79a36f
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@
////////////////////////////////////////////////////////////////////
INLINE bool FltVertex::
has_color() const {
return (_flags & F_no_color) != 0;
return (_flags & F_no_color) == 0;
}