mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
that minor optimization!
This commit is contained in:
parent
c1cf889751
commit
f54eb15ebb
@ -365,7 +365,7 @@ void Steam_Overlay::load_achievements_data()
|
|||||||
ach.max_progress = pnMaxProgress;
|
ach.max_progress = pnMaxProgress;
|
||||||
}
|
}
|
||||||
|
|
||||||
achievements.push_back(ach);
|
achievements.emplace_back(ach);
|
||||||
|
|
||||||
if (!setup_overlay_called) return;
|
if (!setup_overlay_called) return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user