mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 18:29:13 +00:00
Heavily modified the dependency tree system and applied other various fixes and updates to work towards supporting Echoes package cooking
This commit is contained in:
@@ -97,6 +97,9 @@ public:
|
||||
else if (ImageType == L"SA")
|
||||
TexturesStart = 4;
|
||||
|
||||
else if (ImageType.IsHexString(false, IDLength * 2))
|
||||
TexturesStart = 0;
|
||||
|
||||
else
|
||||
{
|
||||
Log::Error("Unrecognized image type: " + ImageType.ToUTF8());
|
||||
|
||||
Reference in New Issue
Block a user