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