Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
973fb1ca71
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pandatool/src/flt/fltVertex.h

+ 4 - 4
pandatool/src/flt/fltVertex.h

@@ -31,10 +31,10 @@ public:
   int get_record_length() const;
   int get_record_length() const;
 
 
   enum Flags {
   enum Flags {
-    F_hard_edge         = 0x80000000,
-    F_normal_frozen     = 0x40000000,
-    F_no_color          = 0x20000000,
-    F_packed_color      = 0x10000000
+    F_hard_edge         = 0x8000,
+    F_normal_frozen     = 0x4000,
+    F_no_color          = 0x2000,
+    F_packed_color      = 0x1000
   };
   };
 
 
   int _color_name_index;
   int _color_name_index;