ColorShift effect: Correct class_name

This commit is contained in:
FeRD (Frank Dana)
2019-12-19 07:57:26 -05:00
parent 271c3908d2
commit 07b6e2c403

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;