Fix exception in Custom Editors UI due to invalid reference value processing

#325
This commit is contained in:
Wojtek Figat
2021-03-18 15:12:25 +01:00
parent 960a122550
commit abe635ad9b
2 changed files with 4 additions and 2 deletions

View File

@@ -209,7 +209,6 @@ namespace FlaxEngine.GUI
public bool Enabled
{
get => _isEnabled;
set
{
if (_isEnabled != value)
@@ -255,7 +254,6 @@ namespace FlaxEngine.GUI
public bool Visible
{
get => _isVisible;
set
{
if (_isVisible != value)