mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 23:25:55 +03:00
SubscribeDownloadAsync has flag state fix
This commit is contained in:
parent
c5f1033aeb
commit
61f3809b4e
@ -273,7 +273,7 @@ public async Task<bool> SubscribeDownloadAsync( Action<float> progress = null, C
|
||||
|
||||
var downloading = Download( true );
|
||||
if ( !downloading )
|
||||
return State == ItemState.Installed;
|
||||
return State.HasFlag( ItemState.Installed );
|
||||
|
||||
while ( true )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user