chore: duh

This commit is contained in:
cha0s 2021-04-07 01:00:10 -05:00
parent 80e87bc0f1
commit bfa05840da

View File

@ -149,11 +149,6 @@ export default () => class Visible extends decorate(Trait) {
}; };
} }
async load(json) {
await super.load(json);
this.#scheduledBoundingBoxUpdate = true;
}
methods() { methods() {
return { return {