Merge pull request #15101 from amantley/bugAvatarHovers

Fixed: Avatar hovers off ground while running
This commit is contained in:
Anthony Thibault 2019-03-07 10:52:20 -08:00 committed by GitHub
commit 96a696203c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1016,8 +1016,8 @@
"type": "clip", "type": "clip",
"data": { "data": {
"url": "qrc:///avatar/animations/run_fwd.fbx", "url": "qrc:///avatar/animations/run_fwd.fbx",
"startFrame": 0.0, "startFrame": 1.0,
"endFrame": 21.0, "endFrame": 22.0,
"timeScale": 1.0, "timeScale": 1.0,
"loopFlag": true "loopFlag": true
}, },