Skip to content

Commit

Permalink
test email ver
Browse files Browse the repository at this point in the history
  • Loading branch information
tetektoza committed Oct 22, 2023
1 parent 2e62c58 commit e518605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/d1gfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bool D1GfxPixel::isTransparent() const

quint8 D1GfxPixel::getPaletteIndex() const
{
return this->paletteIndex;
return this->paletteIndex;;
}

bool operator==(const D1GfxPixel &lhs, const D1GfxPixel &rhs)
Expand Down

0 comments on commit e518605

Please sign in to comment.