From 977772de083978b83edd56268c51ab9789a61721 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Mon, 27 Dec 2021 13:16:38 -0500 Subject: [PATCH] Fixed name --- BeefLibs/corlib/src/Type.bf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeefLibs/corlib/src/Type.bf b/BeefLibs/corlib/src/Type.bf index ff17e330..89bcb9c4 100644 --- a/BeefLibs/corlib/src/Type.bf +++ b/BeefLibs/corlib/src/Type.bf @@ -1251,7 +1251,7 @@ namespace System.Reflection SpecialName = 0x0080, // field is special. Name describes how. EnumPayload = 0x0100, EnumDiscriminator = 0x0200, - EnumFlags = 0x0400 + EnumCase = 0x0400 } public enum MethodFlags : uint16