As far as I can tell, when I try to migrate a sprite's batch three times, I get this error: 'VertexDomain' object has no attribute '_Batch__formats' in sprite/__init__.py on line 413.
The basic sequence of events is: batch = new batch spr = sprite(batch=batch) batch = new batch spr.batch = batch batch = new batch spr.batch = batch CRASH Unfortunately, I can't provide a tiny version of this since my code is all tangled up at the moment, but I thought it might be of some use to mention it. There might be something else going on in my own code that I am not aware of, in which case any advice would be appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
