mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Fix #18467: "Selected only" filter is active in Track Designs Manager
This commit is contained in:
@@ -1307,6 +1307,11 @@ private:
|
||||
|
||||
bool FilterSelected(uint8_t objectFlag)
|
||||
{
|
||||
// Track Manager has no concept of selection filtering, so always return true
|
||||
if (gScreenFlags & SCREEN_FLAGS_TRACK_MANAGER)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if (_FILTER_SELECTED == _FILTER_NONSELECTED)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user