Skip to content

Commit

Permalink
fix: remove duplicated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Nov 22, 2024
1 parent 147ae62 commit 76e1f55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/sprite_appearances.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ bool SpriteAppearances::loadSpriteSheet(const SpriteSheetPtr &sheet) {

uint8_t* bufferStart = decompressed.get() + data;

// Flip vertically
// Flip vertically
for (int y = 0; y < SPRITE_SHEET_HEIGHT / 2; ++y) {
uint8_t* itr1 = &bufferStart[y * SPRITE_SHEET_WIDTH_BYTES];
Expand Down

0 comments on commit 76e1f55

Please sign in to comment.