From 884df104bd84817ff5189a3b17412cce5dc9e9dc Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Wed, 15 Apr 2026 17:33:59 +0200 Subject: [PATCH] =?UTF-8?q?-=20[FIX]=20Al=20pintar=20una=20surface=20el=20?= =?UTF-8?q?reempla=C3=A7=20de=20color=20es=20feia=20doble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/gfx/logo.gif | Bin 1629 -> 1579 bytes source/mini/draw/draw.cpp | 2 +- source/mini/version.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/gfx/logo.gif b/data/gfx/logo.gif index 9c53b0410683d0ca64929a03891c25a1a663dce4..b28f71f089631962f953864929360484e76b9664 100644 GIT binary patch delta 35 rcmcc1vzmv~-P6s&JaGX-;Y7}2#=?!Y%&d$nCO5J!WsPrRV6X-N$b|}` delta 85 zcmV-b0IL714BZR~M@dFFH({UvkdX;<0g$nM0|f!vlYs@LH*R|Ko8SzmILArOa+>p; r=uD?N*U8Ryy7QgzjHf*3NzZ!P^Pc$3r#|<|&wl#zp8!o}2mk;(fg38E diff --git a/source/mini/draw/draw.cpp b/source/mini/draw/draw.cpp index 5c8177b..2fdd52d 100644 --- a/source/mini/draw/draw.cpp +++ b/source/mini/draw/draw.cpp @@ -26,7 +26,7 @@ namespace mini namespace pixel { static inline void pset_fast(int x, int y, uint8_t color) { - if (state.trans != color) DEST(x, y) = state.draw_palette[color]; + if (state.trans != color) DEST(x, y) = color; } static inline void pset_bool(int x, int y, uint8_t color) { diff --git a/source/mini/version.h b/source/mini/version.h index 20248a9..958ad73 100644 --- a/source/mini/version.h +++ b/source/mini/version.h @@ -1,3 +1,3 @@ #pragma once -#define MINI_VERSION "1.5.0" +#define MINI_VERSION "1.5.1"