mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 06:37:12 +02:00
Bug fixes in seated reactions
This commit is contained in:
parent
c8e4536bba
commit
31762a0c80
1 changed files with 5 additions and 5 deletions
|
@ -715,8 +715,8 @@
|
|||
"children": [
|
||||
],
|
||||
"data": {
|
||||
"endFrame": 0,
|
||||
"loopFlag": true,
|
||||
"endFrame": 30,
|
||||
"loopFlag": false,
|
||||
"startFrame": 0,
|
||||
"timeScale": 1,
|
||||
"url": "qrc:///avatar/animations/sitting_idle.fbx"
|
||||
|
@ -728,8 +728,8 @@
|
|||
"children": [
|
||||
],
|
||||
"data": {
|
||||
"endFrame": 0,
|
||||
"loopFlag": true,
|
||||
"endFrame": 30,
|
||||
"loopFlag": false,
|
||||
"startFrame": 0,
|
||||
"timeScale": 1,
|
||||
"url": "qrc:///avatar/animations/sitting_idle.fbx"
|
||||
|
@ -849,7 +849,7 @@
|
|||
},
|
||||
{
|
||||
"state": "seatedTalkOverlay",
|
||||
"var": "reactionNegativeOnDone"
|
||||
"var": "seatedReactionNegativeOnDone"
|
||||
},
|
||||
{
|
||||
"state": "seatedReactionRaiseHand",
|
||||
|
|
Loading…
Reference in a new issue