Fixed an issue where a struct member variable was not initialized.

This commit is contained in:
Leon Styhre 2022-09-19 23:43:47 +02:00
parent cde5a728fd
commit a8062de9ff

View file

@ -395,6 +395,7 @@ void GuiGamelistOptions::openMetaDataEd()
ScraperSearchParams p;
p.game = file;
p.system = file->getSystem();
p.automaticMode = false;
std::function<void()> clearGameBtnFunc;
std::function<void()> deleteGameBtnFunc;