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