Merge pull request #393 from ferdnyc/colorshift-classname

ColorShift effect: Correct class_name
This commit is contained in:
Jonathan Thomas
2020-01-02 14:41:03 -06:00
committed by GitHub

View File

@@ -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;