mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Add comment
This commit is contained in:
@@ -210,6 +210,7 @@ private:
|
||||
{
|
||||
auto data = DecryptSea(fs::u8path(path));
|
||||
auto ms = std::make_unique<MemoryStream>();
|
||||
// Need to copy the data into MemoryStream as the overload will borrow instead of copy.
|
||||
ms->Write(data.data(), data.size());
|
||||
ms->SetPosition(0);
|
||||
return ms;
|
||||
|
||||
Reference in New Issue
Block a user