fix missing comma

This commit is contained in:
Andrew Meadows 2015-02-11 13:21:57 -08:00
parent 4581802532
commit 8b34283d76

View file

@ -85,7 +85,7 @@ enum EntityPropertyList {
PROP_SHAPE_TYPE,
// 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
// since the derived class knows how to interpret it's own properties and knows the types it expects