Skip to content

DeferredShading incorrectly links to 'core' and 'Animate' folder in a couple of places #119

@bnicolucci

Description

@bnicolucci

blu_bulb.ts has the following import:
import {light_radius} from "../../core/components/com_light.js";
that should be deleted and that import should be added to:
import {light_point, light_radius} from "../components/com_light.js";

sce_stage.ts has a similar issues:
import {light_radius} from "../../Animate/components/com_light.js"; should also be deleted and added to
import {light_point, light_radius} from "../components/com_light.js";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions