mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-03 10:42:19 +08:00
Fix another C0000005 in the overlay.
This commit is contained in:
parent
38cbfb3be9
commit
7d0555b6ee
@ -162,7 +162,7 @@ void Steam_Overlay::populate_initial_profile_images(CSteamID id = k_steamIDNil)
|
||||
bool Steam_Overlay::LoadProfileImage(const CSteamID & id, const int eAvatarSize) {
|
||||
bool ret = false;
|
||||
Profile_Image_Set new_images;
|
||||
Profile_Image_Set old_images;
|
||||
memset(&new_images, '\0', sizeof(Profile_Image_Set));
|
||||
|
||||
ret = LoadProfileImage(id, eAvatarSize, new_images);
|
||||
if (ret == true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user