From 2e0e12140e95be18abf3cf7e54230ef22f410fbd Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Tue, 23 Aug 2022 14:40:02 -0400 Subject: effects can use gl state --- effects_software.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'effects_software.cpp') diff --git a/effects_software.cpp b/effects_software.cpp index 5b9e4d9..8451f6d 100644 --- a/effects_software.cpp +++ b/effects_software.cpp @@ -1,5 +1,5 @@ static void -Effect_DrawColor_Software(source *Source, layer_bitmap_info *BitmapInfo, memory *Memory, property_channel Property[]) +Effect_Software_DrawColor(source *Source, layer_bitmap_info *BitmapInfo, memory *Memory, property_channel Property[]) { v4 FloatColor = Property[0].CurrentValue.col; blend_mode BlendMode = Property[1].CurrentValue.blendmode; -- cgit v1.2.3