Fixed minor UI errors

This commit is contained in:
zhupengfei
2020-04-18 23:35:16 +08:00
parent 6b7faf2c05
commit 376012e95e
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -79,7 +79,6 @@ public:
std::size_t items_read = file.ReadArray(data, length);
if (IsGood()) {
LOG_CRITICAL(Core, "Decrypting data...");
DecryptData(reinterpret_cast<u8*>(data), sizeof(T) * length);
}