Skip to content

Commit

Permalink
autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Jan 2, 2024
1 parent 1a8e093 commit dfdedbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/helpers/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function getImage(name, map) {
? name
: Object.keys(map).find(function (e) {
return map[e].name === name;
});
});
return map[id];
}

Expand Down
2 changes: 1 addition & 1 deletion src/multi-sprite avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ addDualDialogTag('enableBig', function (environment, parameters) {
? parameters.map(function (param) {
var props = param.split(/,\s*/);
return { x: parseInt(props[0], 10), y: parseInt(props[1], 10), spr: props[2] };
})
})
: undefined
);
});
Expand Down

0 comments on commit dfdedbc

Please sign in to comment.