Skip to content

Commit

Permalink
Fix "hole" in plane sprite
Browse files Browse the repository at this point in the history
For some reason this one pixel on the 45-degree rotation sprite was
black/transparent. It looks like it has always been this way.
  • Loading branch information
fragglet committed Oct 1, 2024
1 parent 107984c commit 9e955d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swsymbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static const char *swplnsym[] = {
" - - * * * \n"
" - - * * * \n"
" - - - * - - \n"
" * - - \n"
" * * - - \n"
" * * * - * * \n"
" * * * - * * \n"
" * * * * * * * \n"
Expand Down

0 comments on commit 9e955d2

Please sign in to comment.