mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 06:35:25 +02:00
Merge pull request #10564 from birarda/bug/content-loading-always
fix progress bar / stats reference to pending transfer count
This commit is contained in:
commit
fd3b6cdf1a
2 changed files with 8 additions and 9 deletions
|
@ -81,7 +81,7 @@ Item {
|
|||
color: "#1AC567"
|
||||
},
|
||||
{
|
||||
prop: "textureGPUTransferCount",
|
||||
prop: "texturePendingGPUTransferCount",
|
||||
label: "Transfer",
|
||||
color: "#9495FF"
|
||||
}
|
||||
|
@ -250,4 +250,3 @@ Item {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -261,7 +261,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
gpuTextures = Render.getConfig("Stats").textureGPUTransferCount;
|
||||
gpuTextures = Render.getConfig("Stats").texturePendingGPUTransferCount;
|
||||
|
||||
// Update state
|
||||
if (!visible) { // Not visible because no recent downloads
|
||||
|
|
Loading…
Reference in a new issue