mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-28 15:45:29 +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 );
|
var downloading = Download( true );
|
||||||
if ( !downloading )
|
if ( !downloading )
|
||||||
return State == ItemState.Installed;
|
return State.HasFlag( ItemState.Installed );
|
||||||
|
|
||||||
while ( true )
|
while ( true )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user