google-code-export / los-cocos

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

debug view info in MapLayer sometimes not fully visible #192

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. load test_platformer.py and press 'D' to show the debug info
2. some of the cell labels are drawn behind the tile, so partially hidden. 

What revision of the SVN are you using ?
r1231

The problem is that the stock pyglet batch has no guarantee about drawing 
order, so sometimes the label is draw before the tile, hence the problem.

Original issue reported on code.google.com by ccanepacc@gmail.com on 6 Jun 2013 at 3:45