Compare commits
No commits in common. "8ba8ec3219b387e28cd75c512c9ca1a1359f9f2d" and "b6398f3373f06a52a407038cf8762e5f1cd6cc28" have entirely different histories.
8ba8ec3219
...
b6398f3373
2 changed files with 2 additions and 2 deletions
|
@ -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.4)
|
||||
set(SAVETOOL_PROJECT_VERSION 1.3.3)
|
||||
|
||||
find_package(Corrade REQUIRED Main Containers Utility Interconnect)
|
||||
find_package(Magnum REQUIRED GL Sdl2Application)
|
||||
|
|
|
@ -208,7 +208,7 @@ void UESaveFile::loadData() {
|
|||
return;
|
||||
}
|
||||
|
||||
_customFormatData[i] = std::move(entry);
|
||||
arrayAppend(_customFormatData, entry);
|
||||
}
|
||||
|
||||
if(!reader.readUEString(_saveType)) {
|
||||
|
|
Loading…
Reference in a new issue