mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 08:13:23 +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: "
|
||||
}
|
||||
StatText {
|
||||
text: " Count: " + root.gpuTextures;
|
||||
text: " Count: " + root.gpuBuffers;
|
||||
}
|
||||
StatText {
|
||||
text: " Memory: " + root.gpuBufferMemory;
|
||||
|
|
Loading…
Reference in a new issue