mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 16:04:49 +08:00
Refactored loading resource files from raw byte array code
This commit is contained in:
@@ -4220,7 +4220,7 @@ namespace CodeWalker.Project
|
||||
{
|
||||
byte[] data = File.ReadAllBytes(filename);
|
||||
|
||||
ymt.LoadRSC(data);
|
||||
ymt.Load(data);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user