Skip to content

Builder::decorateAndCompileIfRequired returns wrong node #1122

@lufriem

Description

@lufriem

I think that's more of a latent bug, but it looks to me like Builder::decorateAndCompileIfRequired should, in case it's directed to create a cull node but cannot compute the bounds, return the 'subgraph' variable rather than its 'node' argument

So, basically, change line 252 from 'return node;' to 'return subgraph;'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions