1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix inline sprites

This commit is contained in:
Ted John
2017-12-14 12:20:26 +00:00
committed by Michael Steenbeek
parent 2ea20552c4
commit fc6fd9a444

View File

@@ -549,7 +549,7 @@ private:
}
}
auto s = std::string(sb.GetBuffer());
auto s = std::string(sb.GetBuffer(), sb.GetLength());
if (_currentGroup.empty())
{
// Make sure the list is big enough to contain this string id