mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 18:29:13 +00:00
Fixed major issues when exporting DKCR
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
|
||||
TString TagName = rkStr.SubString(TagIdx + 1, NameEnd - TagIdx - 1);
|
||||
TString ParamString = rkStr.SubString(NameEnd + 1, TagEnd - NameEnd - 1);
|
||||
if (ParamString.IsEmpty()) continue;
|
||||
|
||||
// Font
|
||||
if (TagName == "font")
|
||||
@@ -103,6 +104,9 @@ public:
|
||||
else if (ImageType == "SA")
|
||||
TexturesStart = 4;
|
||||
|
||||
else if (ImageType == "B")
|
||||
TexturesStart = 2;
|
||||
|
||||
else if (ImageType.IsHexString(false, IDLength * 2))
|
||||
TexturesStart = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user