mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 07:08:05 +03:00
Adjusted uploading progress bar so it doesn't jump back after finishing uploading content.
This commit is contained in:
parent
2be5012647
commit
8efc0414c4
@ -246,7 +246,7 @@ namespace Steamworks.Ugc
|
||||
case ItemUpdateStatus.UploadingContent:
|
||||
{
|
||||
var uploaded = total > 0 ? ((float)processed / (float)total) : 0.0f;
|
||||
progress?.Report( 0.2f + uploaded * 0.7f );
|
||||
progress?.Report( 0.2f + uploaded * 0.6f );
|
||||
break;
|
||||
}
|
||||
case ItemUpdateStatus.UploadingPreviewFile:
|
||||
|
Loading…
x
Reference in New Issue
Block a user