Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear clip_node_instances on new frame builds. #3417

Merged
merged 1 commit into from Dec 14, 2018

Commits on Dec 14, 2018

  1. Clear clip_node_instances on new frame builds.

    The clip node instances are rebuilt for each frame built from a given
    scene, but are not cleared until a new scene is built. So if a given
    scene builds many frames, the clip node instances just accumulate and
    eat up memory.
    
    Fixes #3416.
    staktrace committed Dec 14, 2018
You can’t perform that action at this time.