thegooglecodearchive / los-cocos

Automatically exported from code.google.com/p/los-cocos
0 stars 0 forks source link

pyglet not imported in cocos.menu #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In cocos.menus.Menu._drawTitle, line 136:

(http://code.google.com/p/los-cocos/source/browse/trunk/cocos/menu.py#136)

pyglet.text.Label is called, but pyglet hasn't been imported.

Original issue reported on code.google.com by david....@gmail.com on 13 Apr 2008 at 10:47

GoogleCodeExporter commented 9 years ago
Whoops. Also in lines 352 & 356.

This doesn't raise any trouble with the samples, which I find odd, but it 
crashes my app.

Original comment by david....@gmail.com on 13 Apr 2008 at 10:53

GoogleCodeExporter commented 9 years ago
tnx.
fixed rev 392.

Original comment by ricardoq...@gmail.com on 14 Apr 2008 at 2:04