You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
ColorShift: Use one-word name in EffectInfo (#453)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user