mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
SerializedFileMetadata can be as small as 13 bytes
This commit is contained in:
parent
234785f0fb
commit
546bd80a72
@ -30,7 +30,7 @@ namespace AssetRipper.IO.Files.SerializedFiles.Parser
|
||||
|
||||
public const int HeaderMinSize = 16;
|
||||
|
||||
public const int MetadataMinSize = 16;
|
||||
public const int MetadataMinSize = 13;
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user