Allow 32bit processes

This commit is contained in:
Garry Newman 2019-06-25 12:36:57 +01:00
parent 71af8c0e9b
commit a53a0f537c

View File

@ -12,11 +12,6 @@ namespace Steamworks
public static void Init( uint appid )
{
if ( IntPtr.Size != 8 )
{
throw new System.Exception( "Only 64bit processes are currently supported" );
}
System.Environment.SetEnvironmentVariable( "SteamAppId", appid.ToString() );
System.Environment.SetEnvironmentVariable( "SteamGameId", appid.ToString() );