Map.Active property no longer sets Map.Visible
parent
24f2c3b9fd
commit
91ca1813d2
|
@ -39,7 +39,7 @@ public partial class Map : TileMap
|
|||
}
|
||||
set
|
||||
{
|
||||
_active = Visible = value;
|
||||
_active = value;
|
||||
SetProcess(value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue