hello, i am doing all the loading of my textures on the init function.
now i want to monitor the loading process a little bit, so i am incrementing a variable after each texture is loaded and checking this variable in another thread.
unfortunately it seems as if this variable is never changed, which is very weird.
when exactly is the init() function called? when i do canvas = new GLCanvas(); ?
thanks!