Skip to content

Commit

Permalink
forgot this.
Browse files Browse the repository at this point in the history
  • Loading branch information
xyz32 committed Mar 4, 2022
1 parent acd5903 commit d44ed2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/sounds/Sounds.qml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Item {
} else {
for (var j = 0; j < sounds.resources.length; j++)
{
sounds.resources[i].source = sounds.resources[i].src;
sounds.resources[j].source = sounds.resources[j].src;
}
}
}
Expand Down

0 comments on commit d44ed2c

Please sign in to comment.