Skip to content

Commit

Permalink
Merge pull request #28 from zaventh/fix/effect-renderer-export
Browse files Browse the repository at this point in the history
fix(renderer): export all effect frames
  • Loading branch information
DizzyThermal committed Dec 28, 2023
2 parents 601a6f0 + 8ec59a4 commit 7be01be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public Image[] getFrames(int index) {

@Override
public int getFrameIndex(int index, int offset) {
return index;
return index + offset;
}

@Override
Expand Down

0 comments on commit 7be01be

Please sign in to comment.