diff --git a/src/plugin.ts b/src/plugin.ts index aab00bc..ab468c3 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -126,8 +126,8 @@ export class GltfPlugin extends Evented { switch (option) { case 'groundCoveringColor': { this.options.groundCoveringColor = pluginOptions.groundCoveringColor; - this.map.triggerRerender; this.realtyScene?.resetGroundCoveringColor(); + break; } } });