Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(SAVETOOL_PROJECT_VERSION 1.3.3)
set(SAVETOOL_PROJECT_VERSION 1.3.4)
find_package(Corrade REQUIRED Main Containers Utility Interconnect)
find_package(Magnum REQUIRED GL Sdl2Application)

View file

@ -208,7 +208,7 @@ void UESaveFile::loadData() {
return;
}
arrayAppend(_customFormatData, entry);
_customFormatData[i] = std::move(entry);
}
if(!reader.readUEString(_saveType)) {