938 fixed.3

This commit is contained in:
mige 2025-10-15 15:11:24 +04:00
parent 45ce13b069
commit 68908e032d

View File

@ -560,6 +560,7 @@ class Entity {
public remove() {
this._layer && this._layer.removeEntity(this);
this._entityCollection && this._entityCollection.removeEntity(this);
return this;
}
/**