Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCalling generate_frame() after deleting images causes a panic() #684
Comments
|
I can imagine that it's probably not supported right now - since generate_frame() assumes that the exact same frame is going to be rendered. But it should be easy enough to support this limited use case - are you able to post a backtrace of the panic? |
|
|
I believe this is resolved now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following patch to the sample program causes a panic. Is it reasonable to assume that we should be able to redraw the current frame after deleting images?