]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/ColorFade.cpp
renamed app::State's Resize -> OnResize
[l2e.git] / src / graphics / ColorFade.cpp
index ac45a9e6fb8dd6ae887c624d2b6f1616d9a62864..b33ee0838540d36e46ea9a119fda3c9a2508b4fa 100644 (file)
@@ -56,8 +56,8 @@ void ColorFade::OnPauseState(Application &ctrl, SDL_Surface *screen) {
 }
 
 
-void ColorFade::Resize(int width, int height) {
-       slave->Resize(width, height);
+void ColorFade::OnResize(int width, int height) {
+       slave->OnResize(width, height);
        UpdateBlinds(width, height);
 }