mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Merge branch 'master' of gitlab.com:leonstyhre/emulationstation-de
This commit is contained in:
commit
c7a27c8c6a
|
@ -170,7 +170,7 @@ void MediaViewer::findMedia()
|
|||
|
||||
if (mHasVideo && (mediaFile = mGame->getScreenshotPath()) != "") {
|
||||
mImageFiles.push_back(mediaFile);
|
||||
mScreenShotIndex = mImageFiles.size() - 1;
|
||||
mScreenShotIndex = static_cast<int>(mImageFiles.size() - 1);
|
||||
}
|
||||
|
||||
if ((mediaFile = mGame->get3DBoxPath()) != "")
|
||||
|
|
Loading…
Reference in a new issue