Skip to content

Commit

Permalink
chore: remove forgotten debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyV99 committed Aug 20, 2023
1 parent 020fb03 commit 0f21420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sprite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,6 @@ bool movingblock::draw(BITMAP* dest, int layer)
if(!(fallclk || drownclk || clk)) return false;
if(layer < 0 || blockLayer == layer)
{
zprint2("mblock2.draw for layer %d\n", layer);
draw(dest);
return true;
}
Expand Down

0 comments on commit 0f21420

Please sign in to comment.