Zachary Pavlov 18 vuotta sitten
vanhempi
sitoutus
af9e6e0510
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      panda/src/egg/eggGroup.h

+ 1 - 0
panda/src/egg/eggGroup.h

@@ -82,6 +82,7 @@ PUBLISHED:
     CST_sphere               = 0x00040000,
     CST_sphere               = 0x00040000,
     CST_tube                 = 0x00050000,
     CST_tube                 = 0x00050000,
     CST_inv_sphere           = 0x00060000,
     CST_inv_sphere           = 0x00060000,
+    CST_floor_mesh           = 0x00080000,
   };
   };
   enum CollideFlags {
   enum CollideFlags {
     // The bits here must correspond to those in Flags, below, and
     // The bits here must correspond to those in Flags, below, and