gui/movieplayer.cpp: mark auto-screenshot as done in any case,

if one try fail, next will probably fail anyway
This commit is contained in:
[CST] Focus
2015-09-17 12:40:31 +03:00
parent 39d10e03df
commit 653d196e16

View File

@@ -2151,4 +2151,6 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover)
}
}
sc->Start();
if (autoshot)
autoshot_done = true;
}