update random state comment
parent
4722445f11
commit
3cb3c64459
|
@ -46,7 +46,7 @@ namespace MoonTools.ECS
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
// expects a span of 512 bytes
|
// expects a span of STATE_BYTE_COUNT bytes
|
||||||
public unsafe void SaveState(Span<byte> bytes)
|
public unsafe void SaveState(Span<byte> bytes)
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
@ -69,7 +69,7 @@ namespace MoonTools.ECS
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// expects a span of 512 bytes
|
// expects a span of STATE_BYTE_COUNT bytes
|
||||||
public unsafe void LoadState(Span<byte> bytes)
|
public unsafe void LoadState(Span<byte> bytes)
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
|
Loading…
Reference in New Issue