mirror of
https://github.com/billsonnn/nitro-converter.git
synced 2024-11-26 09:20:51 +01:00
Fix frame sequences
This commit is contained in:
parent
38fb354711
commit
a6a19a595b
@ -305,7 +305,7 @@ export class VisualizationMapper extends Mapper
|
||||
{
|
||||
if(!xml || !xml.length || !output) return;
|
||||
|
||||
const i = 0;
|
||||
let i = 0;
|
||||
|
||||
for(const offsetXML of xml)
|
||||
{
|
||||
@ -316,6 +316,8 @@ export class VisualizationMapper extends Mapper
|
||||
if(offsetXML.y !== undefined) offset.y = offsetXML.y;
|
||||
|
||||
output[i.toString()] = offset;
|
||||
|
||||
i++;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user