jsantangelo / amoeba-engine

Game engine for the Android platform.
2 stars 0 forks source link

Changing the text of a TextSprite does not update the texture. #121

Open MrTesten opened 11 years ago

MrTesten commented 11 years ago

@jsantangelo I am going to need to look through the graphics code and clean up loading. In AmoebArena we used to use the onDrawFrame to drive updates as well as draw calls, but in the engine updates are done separately. So we can not do opengl calls in the update thread.