update random state comment

pull/5/head
cosmonaut 2023-10-09 14:06:13 -07:00
parent 4722445f11
commit 3cb3c64459
1 changed files with 2 additions and 2 deletions

View File

@ -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