Fix animationIsPlaying not showing correctly in properties tool window

This commit is contained in:
Ryan Huffman 2014-11-19 11:20:47 -08:00
parent 4d56c21442
commit 1706faf2da

View file

@ -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;
}