From 8099c2a11fb4010542973bf85359935da19e2192 Mon Sep 17 00:00:00 2001 From: aura Date: Fri, 20 Mar 2026 20:21:24 +0100 Subject: move multiple objects --- src/editor/properties.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/editor/properties.h') 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 { -- cgit v1.2.3