diff --git a/interface/resources/qml/Stats.qml b/interface/resources/qml/Stats.qml index cb7186456f..734c442437 100644 --- a/interface/resources/qml/Stats.qml +++ b/interface/resources/qml/Stats.qml @@ -245,7 +245,7 @@ Item { text: "GPU Buffers: " } StatText { - text: " Count: " + root.gpuTextures; + text: " Count: " + root.gpuBuffers; } StatText { text: " Memory: " + root.gpuBufferMemory;