Add a TODO and fix a smol cleanup.
This commit is contained in:
parent
3c4e63ada0
commit
53083818c0
@ -64,6 +64,7 @@ namespace SemiColinGames {
|
||||
child.SelectToken("frame.y").Value<int>(),
|
||||
child.SelectToken("frame.w").Value<int>(),
|
||||
child.SelectToken("frame.h").Value<int>());
|
||||
// TODO: convert all durations to floats.
|
||||
int durationMs = child.SelectToken("duration").Value<int>();
|
||||
frames.Add(new Frame(source, durationMs));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user