mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-13 05:48:40 +00:00
Fixed code issue
This commit is contained in:
parent
2a7e419e4c
commit
8f5f5c7354
@ -91,7 +91,7 @@ public readonly ref struct ReadOnlyRefEnumerable<T>
|
|||||||
{
|
{
|
||||||
this._step = step;
|
this._step = step;
|
||||||
|
|
||||||
_span = MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(reference), length);
|
_span = MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in reference), length);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user