Calling Write after Unwrite #1834
Unanswered
pishleback
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to draw an object using Write, then unwrite it using Write, then write it again with Write. Initially the second call to Write would not draw anything at all, but I solved this by using set_state and restore. The second call to Write now draws the object again, but it does so using a different animation. Does anyone know how to make the second call to write using the usual write animation?
Beta Was this translation helpful? Give feedback.
All reactions