Skip to content

ApplyShadow result discarded during shader creation #2167

@ajtribick

Description

@ajtribick

The result of the ApplyShadow call here isn't used.

if (props.hasShadowMap() && i == 0)
ApplyShadow(false);
}

Need to check what this does and either append the code to source or remove the call.

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