summaryrefslogtreecommitdiff
path: root/effects_software.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'effects_software.cpp')
-rw-r--r--effects_software.cpp2
1 files changed, 1 insertions, 1 deletions
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;