From aa0f79a36f39a76eb0be0d7abf7169d289afb3a4 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 28 Apr 2001 01:23:48 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/flt/fltVertex.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/flt/fltVertex.I b/pandatool/src/flt/fltVertex.I index 805f0fb931..c0ce7b9cca 100644 --- a/pandatool/src/flt/fltVertex.I +++ b/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; }