Add missing commented out print

This commit is contained in:
Matt Nadareski
2022-12-08 17:06:05 -08:00
parent 92b3f14d7b
commit bb37c3f94c

View File

@@ -2173,6 +2173,8 @@ namespace BurnOutSharp.Wrappers
string padding = new string(' ', (level + 1) * 2);
Console.WriteLine($"{padding}Application-defined resource found, not parsed yet");
//if (entry.Data != null)
// Console.WriteLine($"{padding}Value (Byte Data): {BitConverter.ToString(entry.Data).Replace('-', ' ')}");
//if (entry.Data != null)
// Console.WriteLine($"{padding}Value (ASCII): {Encoding.ASCII.GetString(entry.Data)}");
//if (entry.Data != null)