Renamed SteamNetworkingUtils.GetConfigInt to SetConfigInt

This commit is contained in:
Garry Newman 2020-02-26 12:41:45 +00:00
parent a8f1ac3799
commit bf60680d87

View File

@ -244,7 +244,7 @@ internal static void OutputDebugMessages()
#region Config Internals
internal unsafe static bool GetConfigInt( NetConfig type, int value )
internal unsafe static bool SetConfigInt( NetConfig type, int value )
{
int* ptr = &value;
return Internal.SetConfigValue( type, NetConfigScope.Global, IntPtr.Zero, NetConfigType.Int32, (IntPtr)ptr );