mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
added debug diagnostics.
This commit is contained in:
@@ -162,7 +162,10 @@ namespace GameRes
|
||||
else if ("script" == metadata.Type)
|
||||
target_list = ScriptFormats;
|
||||
else
|
||||
{
|
||||
System.Diagnostics.Trace.WriteLine ("Unknown resource type specified", metadata.Extension);
|
||||
continue;
|
||||
}
|
||||
var ext = metadata.Extension;
|
||||
var target = metadata.Target;
|
||||
if (!string.IsNullOrEmpty (ext) && !string.IsNullOrEmpty (target))
|
||||
|
||||
Reference in New Issue
Block a user