mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 16:04:49 +08:00
Merge pull request #258 from alexguirre/fix-hashed-ydd
Fix .ydd export/import with unsolved hashes
This commit is contained in:
@@ -5847,7 +5847,7 @@ namespace CodeWalker.GameFiles
|
||||
var d = new Drawable();
|
||||
d.ReadXml(inode, ddsfolder);
|
||||
drawables.Add(d);
|
||||
drawablehashes.Add(JenkHash.GenHash(d.Name));//TODO: check this!
|
||||
drawablehashes.Add(XmlMeta.GetHash(d.Name));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user