Skip to content

Commit

Permalink
fix multiimage never refreshing in LOAD_ON_GUI_INIT/KEEP_IN_MEMORY wi…
Browse files Browse the repository at this point in the history
…ndows - now textures will refresh when multiimage is used after ::FreeResources
  • Loading branch information
pieh committed Sep 19, 2012
1 parent 90fa342 commit ecadaf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xbmc/guilib/GUIMultiImage.cpp
Expand Up @@ -187,6 +187,8 @@ void CGUIMultiImage::FreeResources(bool immediately)
{
m_image.FreeResources(immediately);
m_currentImage = 0;
CancelLoading();
m_files.clear();
CGUIControl::FreeResources(immediately);
}

Expand Down

0 comments on commit ecadaf4

Please sign in to comment.