X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.cpp;fp=src%2Fmap%2FMapState.cpp;h=7e42e13a1779ef5041d64fbf57ecf4ef410fbda8;hb=2ccc2369d32fb680a3047519d79c17de34c4e10a;hp=8103fb1d513804e4335510f07478f46c7c6c7eb6;hpb=65158353d1ecbed0032752863c6c4eb96b1a084a;p=l2e.git diff --git a/src/map/MapState.cpp b/src/map/MapState.cpp index 8103fb1..7e42e13 100644 --- a/src/map/MapState.cpp +++ b/src/map/MapState.cpp @@ -65,7 +65,7 @@ void MapState::OnPauseState(Application &ctrl, SDL_Surface *screen) { } -void MapState::Resize(int width, int height) { +void MapState::OnResize(int width, int height) { camera.Resize(width, height); }