Bruce Smith wrote:
> I think the Label is supposed to continue to exist
> (taking up room in vertex lists in a Batch) until explicitly destroyed
> (with its delete or remove method, I forget which), even though it does
> not get drawn unless you call the draw method (on it or its batch).

There is indeed a delete() method in Label, but adding a call to
l.delete() after l.draw() unfortunately doesn't fix the issue.

I'm currently single-stepping through the test case hoping that I can
understand what's going on under the hood. Any pointers for likely
candidates are welcome.

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to