]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/RunState.cpp
renamed app::State's Resize -> OnResize
[l2e.git] / src / battle / states / RunState.cpp
index 56bcbedc7c7db2c7c02dabae00eb2cda0216aec7..dbf38680d55671ab69ba6057e5bc23eaab0e0398 100644 (file)
@@ -39,7 +39,7 @@ void RunState::OnPauseState(Application &ctrl, SDL_Surface *screen) {
 }
 
 
-void RunState::Resize(int width, int height) {
+void RunState::OnResize(int width, int height) {
 
 }