mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Make Steamworks.SteamClient.IsValid is correct without Steam
Make sure Steamworks.SteamClient.IsValid is correct without Steam running
This commit is contained in:
parent
7a04765805
commit
44cba3d228
@ -60,6 +60,8 @@ public static void Init( uint appid, bool asyncCallbacks = true )
|
||||
AddInterface<SteamVideo>();
|
||||
AddInterface<SteamRemotePlay>();
|
||||
|
||||
initialized = openInterfaces.Count > 0;
|
||||
|
||||
if ( asyncCallbacks )
|
||||
{
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user