We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c0a4f commit a3f6174Copy full SHA for a3f6174
include/steam/steamnetworkingtypes.h
@@ -1792,7 +1792,7 @@ struct SteamNetworkingConfigValue_t
1792
inline void SetString( ESteamNetworkingConfigValue eVal, const char *data ) // WARNING - Just saves your pointer. Does NOT make a copy of the string
1793
{
1794
m_eValue = eVal;
1795
- m_eDataType = k_ESteamNetworkingConfig_Ptr;
+ m_eDataType = k_ESteamNetworkingConfig_String;
1796
m_val.m_string = data;
1797
}
1798
};
0 commit comments