public void draw(float dt) {
   gs.draw(sb, sr, dt);
   if (Game.ANDROID && !(gs instanceof SplashState)) androidControlDraw();
 }