diff options
Diffstat (limited to 'src/editor/properties.h')
| -rw-r--r-- | src/editor/properties.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editor/properties.h b/src/editor/properties.h index ef59b0d..810c075 100644 --- a/src/editor/properties.h +++ b/src/editor/properties.h @@ -77,7 +77,8 @@ enum EditorPropType_t { EPROP_TEXTURE, EPROP_TEXTURE_LIST, EPROP_VERTEX, - EPROP_VERTEX_LIST + EPROP_VERTEX_LIST, + EPROP_LAST }; struct EPROP_ENTRY { |
