mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Changd SteamClient.Update to SteamClient.RunCallbacks
This commit is contained in:
parent
c609d7bb87
commit
3bf1950068
@ -84,7 +84,7 @@ internal static void RegisterCallback( IntPtr intPtr, int callbackId )
|
||||
SteamAPI.RegisterCallback( intPtr, callbackId );
|
||||
}
|
||||
|
||||
public static void Update()
|
||||
public static void RunCallbacks()
|
||||
{
|
||||
SteamAPI.RunCallbacks();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user