Skip to content

Commit

Permalink
ColorShift: Use one-word name in EffectInfo (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Mar 3, 2020
1 parent b724f2e commit 7fbd44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EffectInfo.cpp
Expand Up @@ -56,7 +56,7 @@ EffectBase* EffectInfo::CreateEffect(std::string effect_type) {
else if (effect_type == "ChromaKey")
return new ChromaKey();

else if (effect_type == "Color Shift")
else if (effect_type == "ColorShift")
return new ColorShift();

else if (effect_type == "Crop")
Expand Down

0 comments on commit 7fbd44a

Please sign in to comment.