mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 11:08:26 +08:00
Created MloArchetype and TimeArchetype subclasses, Meta pointer improvement
This commit is contained in:
@@ -285,8 +285,8 @@ namespace CodeWalker.GameFiles
|
||||
for (int n = 0; n < aCount; n++)
|
||||
{
|
||||
var ptr = ptrArr[n];
|
||||
var eboffset = ptr.ItemOffset * 16;
|
||||
WriteNode(sb, aind, cont, ptr.BlockID, eboffset, XmlTagMode.ItemAndType);
|
||||
var offset = ptr.Offset;
|
||||
WriteNode(sb, aind, cont, ptr.BlockID, offset, XmlTagMode.ItemAndType);
|
||||
}
|
||||
CloseTag(sb, indent, ename);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user