Fix exception in Custom Editors UI due to invalid reference value processing
#325
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user