You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ? commit 5b72f77 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.
From [email protected] on June 06, 2013 00:45:53
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 ? commit 5b72f77 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: http://code.google.com/p/los-cocos/issues/detail?id=192
The text was updated successfully, but these errors were encountered: