From: Auke Kok Date: Sun, 10 Apr 2016 18:03:16 +0000 (-0700) Subject: Minimap: revert change from RGBA to Indexed X-Git-Tag: 0.4.14~104 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3b43e7e87cb83f44820838c9d4b1ab4b82467f09;p=oweals%2Fminetest.git Minimap: revert change from RGBA to Indexed @kilbith spotted correctly that I had accidentally removed the "soft" edging on the minimap overlay by converting it from RGBA to Indexed, which killed the transparent pixels on the edging. --- diff --git a/textures/base/pack/minimap_overlay_round.png b/textures/base/pack/minimap_overlay_round.png index 959535bd9..16e3c41c7 100644 Binary files a/textures/base/pack/minimap_overlay_round.png and b/textures/base/pack/minimap_overlay_round.png differ