mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
removing unneeded code
This commit is contained in:
parent
676293c880
commit
613a6ab8cd
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ Rectangle {
|
||||||
property bool modified: false;
|
property bool modified: false;
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
modified = false;
|
modified = false;
|
||||||
MyAavatar.animGraphLoaded.connect(function() {
|
|
||||||
softWearableTimer.restart();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
property var jointNames: []
|
property var jointNames: []
|
||||||
|
|
Loading…
Reference in a new issue