mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:13:48 +02:00
Fix animationIsPlaying not showing correctly in properties tool window
This commit is contained in:
parent
4d56c21442
commit
1706faf2da
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@
|
|||
elModelSection.style.display = 'block';
|
||||
elModelURL.value = properties.modelURL;
|
||||
elModelAnimationURL.value = properties.animationURL;
|
||||
elModelAnimationPlaying.checked = properties.animationPlaying;
|
||||
elModelAnimationPlaying.checked = properties.animationIsPlaying;
|
||||
elModelAnimationFPS.value = properties.animationFPS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue