mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
remove leftover comment
This commit is contained in:
parent
d33c7cb247
commit
657a06bbc8
@ -109,8 +109,6 @@ internal unsafe void WriteBlittable<T>(T value)
|
||||
// ensure capacity
|
||||
EnsureCapacity(Position + size);
|
||||
|
||||
// TODO TRY
|
||||
|
||||
// write blittable
|
||||
fixed (byte* ptr = &buffer[Position])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user