mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 13:49:46 +02:00
Merge pull request #9055 from jherico/fix_stats
Fix buffer count in stats display
This commit is contained in:
commit
0dc7f0bf17
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ Item {
|
||||||
text: "GPU Buffers: "
|
text: "GPU Buffers: "
|
||||||
}
|
}
|
||||||
StatText {
|
StatText {
|
||||||
text: " Count: " + root.gpuTextures;
|
text: " Count: " + root.gpuBuffers;
|
||||||
}
|
}
|
||||||
StatText {
|
StatText {
|
||||||
text: " Memory: " + root.gpuBufferMemory;
|
text: " Memory: " + root.gpuBufferMemory;
|
||||||
|
|
Loading…
Reference in a new issue