mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 19:12:15 +02:00
Fix for type in AnimStats.qml
This commit is contained in:
parent
11fe657c05
commit
8229c14c44
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Item {
|
|||
ListView {
|
||||
width: firstCol.width
|
||||
height: root.animStateMachines.length * 15
|
||||
visible: root.animStateMchines.length > 0;
|
||||
visible: root.animStateMachines.length > 0;
|
||||
model: root.animStateMachines
|
||||
delegate: StatText {
|
||||
text: {
|
||||
|
|
Loading…
Reference in a new issue