mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Fixed failed merging of master.
This commit is contained in:
@@ -86,8 +86,8 @@ public:
|
||||
struct ProgressInfo {
|
||||
float progress = 0.f;
|
||||
|
||||
int currentSize = -1;
|
||||
int totalSize = -1;
|
||||
int64_t currentSize = -1;
|
||||
int64_t totalSize = -1;
|
||||
};
|
||||
|
||||
void updateItem(const std::string& itemIdentifier, const std::string& itemName,
|
||||
|
||||
Reference in New Issue
Block a user