Skip to content

Commit adb0b76

Browse files
committed
fix showing encryption error after successive decryption fail then success
1 parent f065b16 commit adb0b76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utility/gdre_settings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ Error GDRESettings::_add_pack(const String &path) {
685685

686686
Error GDRESettings::load_project(const Vector<String> &p_paths, bool _cmd_line_extract, const String &csharp_assembly_override) {
687687
GDRELogger::clear_error_queues();
688+
error_encryption = false;
688689
if (is_pack_loaded()) {
689690
return ERR_ALREADY_IN_USE;
690691
}

0 commit comments

Comments
 (0)