From 63472b948968916d0fd06d91b9ea0fd057e39d0f 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