mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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