mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-15 16:45:12 +02:00
added a placeholder for the animation stack stats that will be added
This commit is contained in:
parent
65160e4513
commit
962f3c6c53
1 changed files with 4 additions and 0 deletions
|
@ -167,6 +167,10 @@ Item {
|
|||
text: "Position: " + root.position.x.toFixed(1) + ", " +
|
||||
root.position.y.toFixed(1) + ", " + root.position.z.toFixed(1)
|
||||
}
|
||||
StatText {
|
||||
text: "Animation Stack: " + root.position.x.toFixed(1) + ", " +
|
||||
root.position.y.toFixed(1) + ", " + root.position.z.toFixed(1)
|
||||
}
|
||||
StatText {
|
||||
text: "Speed: " + root.speed.toFixed(1)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue