diff --git a/libraries/entities/src/EntityPropertyFlags.h b/libraries/entities/src/EntityPropertyFlags.h index 9b605f864e..c59ed7141b 100644 --- a/libraries/entities/src/EntityPropertyFlags.h +++ b/libraries/entities/src/EntityPropertyFlags.h @@ -157,14 +157,14 @@ enum EntityPropertyList { PROP_LOCAL_POSITION, // only used to convert values to and from scripts PROP_LOCAL_ROTATION, // only used to convert values to and from scripts + PROP_QUERY_AA_CUBE, // how the EntityTree considers the size and position on an entity + // ModelEntity joint state PROP_JOINT_ROTATIONS_SET, PROP_JOINT_ROTATIONS, PROP_JOINT_TRANSLATIONS_SET, PROP_JOINT_TRANSLATIONS, - PROP_QUERY_AA_CUBE, // how the EntityTree considers the size and position on an entity - //////////////////////////////////////////////////////////////////////////////////////////////////// // ATTENTION: add new properties to end of list just ABOVE this line PROP_AFTER_LAST_ITEM,