protected override void DoUpdate()
 {
     if (imageLoader != null)
     {
         if (imageLoader.IsLoaded())
         {
             this.SetTexture2D(imageLoader.GetTexture());
             imageLoader = null;
             LocalMediaReady();
         }
     }
 }