Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
aa0f79a36f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/flt/fltVertex.I

+ 1 - 1
pandatool/src/flt/fltVertex.I

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