mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-13 10:32:16 +02:00
Merge pull request #15101 from amantley/bugAvatarHovers
Fixed: Avatar hovers off ground while running
This commit is contained in:
commit
96a696203c
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -1016,8 +1016,8 @@
|
|||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/run_fwd.fbx",
|
||||
"startFrame": 0.0,
|
||||
"endFrame": 21.0,
|
||||
"startFrame": 1.0,
|
||||
"endFrame": 22.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue