From 481b5f36bef0fcf33511912a8a56a48bd5be0c75 Mon Sep 17 00:00:00 2001 From: Marisa the Magician Date: Wed, 1 Nov 2023 12:24:41 +0100 Subject: [PATCH] Small fix for palette still being enabled when using global toggle. --- zscript/mfx_handler.zsc | 1 + 1 file changed, 1 insertion(+) diff --git a/zscript/mfx_handler.zsc b/zscript/mfx_handler.zsc index 0b12e1f..a2c5796 100644 --- a/zscript/mfx_handler.zsc +++ b/zscript/mfx_handler.zsc @@ -27,6 +27,7 @@ Class MariFXHandler : StaticEventHandler Shader.SetEnabled(p,"mfx_paint_pass3",false); Shader.SetEnabled(p,"mfx_retrofx",false); Shader.SetEnabled(p,"mfx_palette",false); + Shader.SetEnabled(p,"mfx_palette_naive",false); return; } // LUMA SHARPEN