azfalot / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

TextSprite doesn't work with VBOs #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. setDrawPriority(DrawPriority.PRIORITY_VBO)
2. Create a TextSprite and add it to a scene
3. Start the app

What is the expected output?
A string being displayed as a text sprite

What do you see instead?
Only the first character of the string stretched to the width of the entire 
string

What version of Rokon are you using?
2.1.0

On which version of Android are you experiencing this?
2.1

Please provide any additional information below.
There is no "onDrawVBO" in TextSprite, only "onDrawNormal"

Original issue reported on code.google.com by hakan.su...@gmail.com on 13 Aug 2010 at 11:04

GoogleCodeExporter commented 8 years ago

Original comment by rtaylor205@gmail.com on 5 Sep 2010 at 8:13