mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 17:16:09 +02:00
removed start and end frame
This commit is contained in:
parent
65169da64d
commit
f5e44675bb
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
|||
startAnimationSetting: JSON.stringify({
|
||||
running: true,
|
||||
fps: 30,
|
||||
startFrame: 0,
|
||||
lastFrame: 128,
|
||||
// startFrame: 0,
|
||||
// lastFrame: 128,
|
||||
startAutomatically: true
|
||||
}),
|
||||
stopAnimationSetting: JSON.stringify({running: false}),
|
||||
|
|
Loading…
Reference in a new issue