mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-24 01:05:22 +02:00
that minor optimization!
This commit is contained in:
parent
c1cf889751
commit
f54eb15ebb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue