Skip to content

Commit

Permalink
Formatting changes (back to original)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thompson3142 committed Oct 27, 2024
1 parent ba1e9c8 commit 2396154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private void generateDataFrom(final Frameset frameset, final UUID updateRequestI
// Get the bounds where the frame is found
final int[] bounds = frameset.getFrameBoundsAt(currentPosMs);
generatedDataForUrl.put(currentPosMs,
createBitmapSupplier(srcBitMap, bounds, frameset));
createBitmapSupplier(srcBitMap, bounds, frameset));

currentPosMs += frameset.getDurationPerFrame();
pos++;
Expand Down

0 comments on commit 2396154

Please sign in to comment.