mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
restore order of PROP_USER_DATA
This commit is contained in:
parent
d9b57de649
commit
bd1817817b
1 changed files with 3 additions and 4 deletions
|
@ -81,12 +81,11 @@ enum EntityPropertyList {
|
|||
// used by Model entities
|
||||
PROP_TEXTURES,
|
||||
PROP_ANIMATION_SETTINGS,
|
||||
PROP_USER_DATA,
|
||||
PROP_SHAPE_TYPE,
|
||||
|
||||
// NOTE: add new properties ABOVE this line
|
||||
|
||||
PROP_USER_DATA,
|
||||
PROP_LAST_ITEM = PROP_USER_DATA,
|
||||
// NOTE: add new properties ABOVE this line and then modify PROP_LAST_ITEM below
|
||||
PROP_LAST_ITEM = PROP_SHAPE_TYPE
|
||||
|
||||
// These properties of TextEntity piggy back off of properties of ModelEntities, the type doesn't matter
|
||||
// since the derived class knows how to interpret it's own properties and knows the types it expects
|
||||
|
|
Loading…
Reference in a new issue