On Wed, Apr 25, 2012 at 8:33 AM, claudio canepa <[email protected]> wrote: > I have some code that overrides pyglet.clock.Clock.tick that works fine with > pyglet 1.1.4 release. > When testing in pyglet 1.2dev, it stopped to work. > > A bit of investigation showed that Clock.tick is not called in pyglet 1.2dev > : > - searchs for '.tick' over all pyglet directory hits only docstrings > - adding a > print 'in Clock.tick' > in pyglet.clock.Clock.tick and running noisy.py I got a stream of > prints in the console with pyglet 1.1.4, nothing with 1.2 dev > > Tested with revisions > parent: 2636:233eab46e8b2 tip (thats today current) > parent 2320:34d8862b0cbe ( a changeset from 2008) > > So: > > Is this a bug ? > > Is this a design change in pyglet (and Clock.tick should be removed from 1.2 > code and documentation ? > > claudio
Claudio, I'm reasonably sure that that's a design change, and the documentation needs to be updated and Clock.tick removed. Someone correct me if I'm wrong. ~ Nathan -- 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.
