that minor optimization!

This commit is contained in:
otavepto 2024-06-08 18:03:22 +03:00
parent c1cf889751
commit f54eb15ebb

View File

@ -365,7 +365,7 @@ void Steam_Overlay::load_achievements_data()
ach.max_progress = pnMaxProgress;
}
achievements.push_back(ach);
achievements.emplace_back(ach);
if (!setup_overlay_called) return;
}