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

Fix crash when adding and removing a billboard before next update. #2630

Merged
merged 1 commit into from
Apr 10, 2015

Commits on Apr 10, 2015

  1. Fix crash when adding and removing a billboard before next update.

    As [reported on the forum](https://groups.google.com/d/msg/cesium-dev/Ti4jLsugBq4/13Qo5_daa68J),
    adding and then removing a billboard before the collection is updated
    causes a crash because we don't remove the billboards before trying to
    recreate the atlas.  The new test I added fails in master but passes in
    this branch.
    mramato committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    ec773ab View commit details
    Browse the repository at this point in the history