put new property in right place

This commit is contained in:
Seth Alves 2016-01-05 13:26:16 -08:00
parent b222c12857
commit f7041136ff

View file

@ -157,14 +157,14 @@ enum EntityPropertyList {
PROP_LOCAL_POSITION, // only used to convert values to and from scripts 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_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 // ModelEntity joint state
PROP_JOINT_ROTATIONS_SET, PROP_JOINT_ROTATIONS_SET,
PROP_JOINT_ROTATIONS, PROP_JOINT_ROTATIONS,
PROP_JOINT_TRANSLATIONS_SET, PROP_JOINT_TRANSLATIONS_SET,
PROP_JOINT_TRANSLATIONS, 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 // ATTENTION: add new properties to end of list just ABOVE this line
PROP_AFTER_LAST_ITEM, PROP_AFTER_LAST_ITEM,