From 9b2caddbed5fbebaab0bf501e1d5e6981edc587c Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Tue, 11 Aug 2020 20:44:47 +0100 Subject: Fix bug with fillScreen and re-implement colour correction Forgot to implement this two years ago... nobody noticed. --- examples/AnimatedGIFPanel/data/gifs/shock-gs.gif | Bin 0 -> 34454 bytes examples/AnimatedGIFPanel/data/gifs/shock.gif | Bin 46806 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 examples/AnimatedGIFPanel/data/gifs/shock-gs.gif delete mode 100644 examples/AnimatedGIFPanel/data/gifs/shock.gif (limited to 'examples') diff --git a/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif b/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif new file mode 100644 index 0000000..1d023d9 Binary files /dev/null and b/examples/AnimatedGIFPanel/data/gifs/shock-gs.gif differ diff --git a/examples/AnimatedGIFPanel/data/gifs/shock.gif b/examples/AnimatedGIFPanel/data/gifs/shock.gif deleted file mode 100644 index b07d631..0000000 Binary files a/examples/AnimatedGIFPanel/data/gifs/shock.gif and /dev/null differ -- cgit v1.3.1