Merge branch 'master' of gitlab.com:leonstyhre/emulationstation-de

This commit is contained in:
Leon Styhre 2021-05-16 16:08:38 +02:00
commit c7a27c8c6a

View file

@ -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()) != "")