mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
syntax
This commit is contained in:
parent
893cb4590a
commit
d17f91c447
@ -96,6 +96,7 @@ internal unsafe T ReadBlittable<T>()
|
||||
}
|
||||
|
||||
// read blittable
|
||||
|
||||
T value;
|
||||
fixed (byte* ptr = &buffer.Array[buffer.Offset + Position])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user