Skip to content

Commit

Permalink
SpriteHandler.h:
Browse files Browse the repository at this point in the history
* Should not flip '-' into '_'.
  • Loading branch information
razterizer committed Nov 20, 2024
1 parent 8514bd8 commit c1280f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SpriteHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ class BitmapSprite : public Sprite
switch(ch)
{
case '_': ch = '-'; break;
case '-': ch = '_'; break;
case 'W': ch = 'M'; break;
case 'M': ch = 'W'; break;
case 'w': ch = 'm'; break;
Expand Down

0 comments on commit c1280f8

Please sign in to comment.