Compare commits
2 commits
b6398f3373
...
8ba8ec3219
Author | SHA1 | Date | |
---|---|---|---|
8ba8ec3219 | |||
55eb367eb2 |
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.3)
|
||||
set(SAVETOOL_PROJECT_VERSION 1.3.4)
|
||||
|
||||
find_package(Corrade REQUIRED Main Containers Utility Interconnect)
|
||||
find_package(Magnum REQUIRED GL Sdl2Application)
|
||||
|
|
|
@ -208,7 +208,7 @@ void UESaveFile::loadData() {
|
|||
return;
|
||||
}
|
||||
|
||||
arrayAppend(_customFormatData, entry);
|
||||
_customFormatData[i] = std::move(entry);
|
||||
}
|
||||
|
||||
if(!reader.readUEString(_saveType)) {
|
||||
|
|
Loading…
Reference in a new issue