diff options
Diffstat (limited to 'ConsoleApp')
-rw-r--r-- | ConsoleApp/ResFileCommands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConsoleApp/ResFileCommands.cs b/ConsoleApp/ResFileCommands.cs index 83c28b2..84ba13a 100644 --- a/ConsoleApp/ResFileCommands.cs +++ b/ConsoleApp/ResFileCommands.cs @@ -25,7 +25,7 @@ namespace ConsoleApp { var data = System.IO.File.ReadAllBytes(args[0]); - TargetFile = BrresReader.LoadFile(data, false); + TargetFile = BrresReader.LoadFile(data, true); TargetPath = args[0]; OperateOnFile(newArgs); |