X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fdisplay_effect.h;h=b1753bf6357246e55570a0bcb28f1d1b22653ac9;hb=954adaf2af9284945185e58d8017041ea1ff4868;hp=0d0da2741b1e36bfa1fb2edb40bf4cbd04298276;hpb=e5345cbdfe499dff26e2c93107e871bb0af905cd;p=supertux.git diff --git a/src/object/display_effect.h b/src/object/display_effect.h index 0d0da2741..b1753bf63 100644 --- a/src/object/display_effect.h +++ b/src/object/display_effect.h @@ -10,7 +10,7 @@ public: DisplayEffect(); virtual ~DisplayEffect(); - void action(float elapsed_time); + void update(float elapsed_time); void draw(DrawingContext& context); void fade_out(float fadetime);