From f1088e1b70962799c2e0f7de8f8b0dcf850569a8 Mon Sep 17 00:00:00 2001 From: George Marques Date: Tue, 23 Feb 2021 13:56:28 -0300 Subject: Bind ClockDirection enum It's the only enum in math_defs.h not bound, and it's used by Plane. --- core/variant/binder_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/variant') diff --git a/core/variant/binder_common.h b/core/variant/binder_common.h index 9d8e262cc9..490bd45b7b 100644 --- a/core/variant/binder_common.h +++ b/core/variant/binder_common.h @@ -88,6 +88,7 @@ VARIANT_ENUM_CAST(Vector3::Axis); VARIANT_ENUM_CAST(Error); VARIANT_ENUM_CAST(Side); +VARIANT_ENUM_CAST(ClockDirection); VARIANT_ENUM_CAST(Corner); VARIANT_ENUM_CAST(Orientation); VARIANT_ENUM_CAST(HAlign); -- cgit v1.2.3