From 399c60c5d881bf9e02697fea73a5b8d76112a19a Mon Sep 17 00:00:00 2001 From: Alecio Furanze Date: Mon, 6 May 2024 20:44:44 +0200 Subject: [PATCH] Update By.Get.cs --- src/by/By.Get.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/by/By.Get.cs b/src/by/By.Get.cs index e65dd94..3f2c95e 100644 --- a/src/by/By.Get.cs +++ b/src/by/By.Get.cs @@ -233,7 +233,7 @@ public T Get() case Types.Enum: { if (!IsValidPrefix(type, sizeof(int))) return default; - + value = (T)(object)BitConverter.ToInt32(Buffer, GetIndex()); AddIndex(sizeof(int));