- [Core] Bug fixes

This commit is contained in:
Razmoth
2023-09-03 14:13:48 +04:00
parent dedaa3f1e8
commit 83f0cf1a62
3 changed files with 3 additions and 3 deletions

View File

@@ -381,7 +381,7 @@ namespace AssetStudio
HasBlockInfoNeedPaddingAtStart = true;
}
Logger.Verbose($"Mask set to 0x{mask:X8}");
Logger.Verbose($"Mask set to {mask}");
if ((m_Header.flags & mask) != 0)
{