fix reference to pending transfer count for progress/stats

This commit is contained in:
Stephen Birarda 2017-05-26 14:37:24 -07:00
parent 07440e325f
commit 6c2758e4ea
2 changed files with 8 additions and 9 deletions

View file

@ -81,7 +81,7 @@ Item {
color: "#1AC567"
},
{
prop: "textureGPUTransferCount",
prop: "texturePendingGPUTransferCount",
label: "Transfer",
color: "#9495FF"
}
@ -250,4 +250,3 @@ Item {
}
}

View file

@ -261,7 +261,7 @@
}
}
gpuTextures = Render.getConfig("Stats").textureGPUTransferCount;
gpuTextures = Render.getConfig("Stats").texturePendingGPUTransferCount;
// Update state
if (!visible) { // Not visible because no recent downloads