void LoadingListener::resourceLoadStarted(const ResourcePtr& resource)
{
    if(m_loadingScreen)
        m_loadingScreen->update(resource->getOrigin());
}