Merge pull request from jherico/fix_stats

Fix buffer count in stats display
This commit is contained in:
Brad Hefta-Gaub 2016-11-11 13:31:55 -08:00 committed by GitHub
commit 0dc7f0bf17

View file

@ -245,7 +245,7 @@ Item {
text: "GPU Buffers: "
}
StatText {
text: " Count: " + root.gpuTextures;
text: " Count: " + root.gpuBuffers;
}
StatText {
text: " Memory: " + root.gpuBufferMemory;