Skip to content

Commit

Permalink
ColorShift effect: Correct class_name
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Dec 19, 2019
1 parent 271c390 commit 07b6e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/ColorShift.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 07b6e2c

Please sign in to comment.