fixed: property update
This commit is contained in:
@@ -70,10 +70,14 @@ namespace Ragon.Client
|
|||||||
{
|
{
|
||||||
InvokeChanged();
|
InvokeChanged();
|
||||||
|
|
||||||
if (_dirty) return;
|
if (_dirty)
|
||||||
_dirty = true;
|
return;
|
||||||
|
|
||||||
_entity?.TrackChangedProperty(this);
|
if (_entity != null)
|
||||||
|
{
|
||||||
|
_dirty = true;
|
||||||
|
_entity.TrackChangedProperty(this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
internal void Flush()
|
internal void Flush()
|
||||||
|
|||||||
Reference in New Issue
Block a user