From 9062e0aae9f2f576b7a237c28028aa6b09feee5e Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Wed, 17 Aug 2022 23:41:08 -0400 Subject: undo and pen development --- effects.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'effects.cpp') diff --git a/effects.cpp b/effects.cpp index b15b0fb..0820cab 100644 --- a/effects.cpp +++ b/effects.cpp @@ -1,6 +1,7 @@ static void DrawColor(source *Source, layer_bitmap_info *BitmapInfo, memory *Memory, property_channel Property[]) { +#if 0 v4 FloatColor = Property[0].CurrentValue.col; blend_mode BlendMode = Property[1].CurrentValue.blendmode; @@ -171,6 +172,7 @@ DrawColor(source *Source, layer_bitmap_info *BitmapInfo, memory *Memory, propert _mm256_storeu_si256((__m256i *)Pixel, OutputPixel); } } +#endif } static void -- cgit v1.2.3