void OnLoadProgress(float progress)
    {
        if (progress == 1)
        {
            return;
        }

        m_slideshow.Next();
    }