From e518605014661a72854e988d2c9709b25c1eced6 Mon Sep 17 00:00:00 2001 From: tetektoza Date: Sun, 22 Oct 2023 15:14:02 +0200 Subject: [PATCH] test email ver --- source/d1gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/d1gfx.cpp b/source/d1gfx.cpp index b0405968..e80ded92 100644 --- a/source/d1gfx.cpp +++ b/source/d1gfx.cpp @@ -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)