On 24 May 2011 03:00, claudio canepa <[email protected]> wrote:
>  I'm not so much familiar with tiles.py, but it seems to me there is a bug
> there.
> Look up near the line the traceback points, you will see (docstring
> stripped):
> class HexMapLayer(HexMap, MapLayer):
>
>       def __init__(self, id, th, cells, origin=None, properties=None):
>           HexMap.__init__(self, id, th, cells, origin, properties)
>           HexMapLayer.__init__(self, properties)
>
> I think the last line should be
>           MapLayer.__init__(self, properties)
> Richard ?

Yeah, looks like a stupid bug to me :-)

Checked in the fix.


     Richard

-- 
You received this message because you are subscribed to the Google Groups 
"cocos2d discuss" 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/cocos-discuss?hl=en.

Reply via email to