mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Unity): fixed compressed segments detection.
better recognize image entries.
This commit is contained in:
@@ -203,6 +203,8 @@ namespace GameRes.Formats.Unity
|
||||
Offset = input.Position,
|
||||
Size = size,
|
||||
};
|
||||
if (name.HasAnyOfExtensions ("jpg", "png"))
|
||||
entry.Type = "image";
|
||||
break;
|
||||
}
|
||||
case 128: // Font
|
||||
|
||||
Reference in New Issue
Block a user