Skip to content

Commit

Permalink
fix cursor invisible at the top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-hrvs authored Aug 4, 2024
1 parent b689920 commit a6e0bb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/studio/studio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,6 @@ static void blitCursor(Studio* studio)
{2, 3},
}[CLAMP(sprite, 0, 2)];
}
else if(sprite == 0) return;

const tic_palette* pal = &bank->palette.vbank0;
const tic_tile* tile = &studio->config->cart->bank0.sprites.data[sprite];
Expand Down

0 comments on commit a6e0bb2

Please sign in to comment.