fix: Rastered handles this

This commit is contained in:
cha0s 2022-03-30 04:26:10 -05:00
parent cf91c75630
commit 6564d7fee0

View File

@ -22,13 +22,6 @@ export default (flecks) => {
];
}
destroy() {
if (this.$$primitives) {
this.$$primitives.destroy();
this.$$primitives = undefined;
}
}
drawPrimitives() {
if (!this.entity.container) {
return;