This commit is contained in:
vis2k 2022-01-05 17:54:36 +08:00
parent 893cb4590a
commit d17f91c447

View File

@ -96,6 +96,7 @@ internal unsafe T ReadBlittable<T>()
}
// read blittable
T value;
fixed (byte* ptr = &buffer.Array[buffer.Offset + Position])
{