Refresh achievements on startup

This commit is contained in:
Garry Newman 2017-07-28 17:03:35 +01:00
parent a26ae696c2
commit c6cb8a2f81

View File

@ -21,6 +21,8 @@ internal Achievements( Client c )
All = new Achievement[0]; All = new Achievement[0];
SteamNative.UserStatsReceived_t.RegisterCallback( c, UserStatsReceived ); SteamNative.UserStatsReceived_t.RegisterCallback( c, UserStatsReceived );
Refresh();
} }
public void Refresh() public void Refresh()