Skip to content

Commit 325c73a

Browse files
committed
ColorShift: Use one-word name in EffectInfo
1 parent b724f2e commit 325c73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EffectInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ EffectBase* EffectInfo::CreateEffect(std::string effect_type) {
5656
else if (effect_type == "ChromaKey")
5757
return new ChromaKey();
5858

59-
else if (effect_type == "Color Shift")
59+
else if (effect_type == "ColorShift")
6060
return new ColorShift();
6161

6262
else if (effect_type == "Crop")

0 commit comments

Comments
 (0)