fix: Rastered handles this
This commit is contained in:
parent
cf91c75630
commit
6564d7fee0
|
@ -22,13 +22,6 @@ export default (flecks) => {
|
|||
];
|
||||
}
|
||||
|
||||
destroy() {
|
||||
if (this.$$primitives) {
|
||||
this.$$primitives.destroy();
|
||||
this.$$primitives = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
drawPrimitives() {
|
||||
if (!this.entity.container) {
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user