mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
fix missing comma
This commit is contained in:
parent
4581802532
commit
8b34283d76
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ enum EntityPropertyList {
|
||||||
PROP_SHAPE_TYPE,
|
PROP_SHAPE_TYPE,
|
||||||
|
|
||||||
// NOTE: add new properties ABOVE this line and then modify PROP_LAST_ITEM below
|
// NOTE: add new properties ABOVE this line and then modify PROP_LAST_ITEM below
|
||||||
PROP_LAST_ITEM = PROP_SHAPE_TYPE
|
PROP_LAST_ITEM = PROP_SHAPE_TYPE,
|
||||||
|
|
||||||
// These properties of TextEntity piggy back off of properties of ModelEntities, the type doesn't matter
|
// 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
|
// since the derived class knows how to interpret it's own properties and knows the types it expects
|
||||||
|
|
Loading…
Reference in a new issue