You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #393 from ferdnyc/colorshift-classname
ColorShift effect: Correct class_name
This commit is contained in:
@@ -53,7 +53,7 @@ void ColorShift::init_effect_details()
|
||||
InitEffectInfo();
|
||||
|
||||
/// Set the effect info
|
||||
info.class_name = "Color Shift";
|
||||
info.class_name = "ColorShift";
|
||||
info.name = "Color Shift";
|
||||
info.description = "Shift the colors of an image up, down, left, and right (with infinite wrapping).";
|
||||
info.has_audio = false;
|
||||
|
||||
Reference in New Issue
Block a user