diff --git a/src/Add-on/DrawFloor.ts b/src/Add-on/DrawFloor.ts index 863cafbb4..c66393c6f 100644 --- a/src/Add-on/DrawFloor.ts +++ b/src/Add-on/DrawFloor.ts @@ -7,8 +7,6 @@ import { Command } from '../Editor/CommandMachine'; import { GeUtils } from '../Geometry/GeUtils'; import { RenderType } from '../GraphicsSystem/Enum'; -require("three-Reflector") - export class DrawFloor implements Command { textureLoader: THREE.TextureLoader;