Issue #1118 Loading characters through ImportAssets - show as readonly

icon
This commit is contained in:
Jindra Petřík
2016-01-03 22:25:54 +01:00
parent c069d5e0e4
commit c2aba5fc08
21 changed files with 2325 additions and 2183 deletions
@@ -109,6 +109,9 @@ public class Timeline {
public Frame getFrame(int index) {
ensureInitialized();
if (index >= frames.size()) {
return null;
}
return frames.get(index);
}