1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

fix filtering on object selection

This commit is contained in:
Ted John
2016-06-29 22:15:38 +01:00
parent 840179299c
commit db304cdfcb
8 changed files with 84 additions and 61 deletions

View File

@@ -273,6 +273,7 @@ private:
item.ObjectEntry = *object->GetObjectEntry();
item.Path = String::Duplicate(path);
item.Name = String::Duplicate(object->GetName());
object->SetRepositoryItem(&item);
AddItem(&item);
delete object;