Map.Active property no longer sets Map.Visible

controller-support
HumanoidSandvichDispenser 2023-08-13 20:18:33 -07:00
parent 24f2c3b9fd
commit 91ca1813d2
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public partial class Map : TileMap
}
set
{
_active = Visible = value;
_active = value;
SetProcess(value);
}
}