X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FState.h;fp=src%2Fapp%2FState.h;h=6783d76052c41f17a2b1d8ea24e9b9ffccf42b2a;hb=2ccc2369d32fb680a3047519d79c17de34c4e10a;hp=28cb94d5d978179e2828f132aa6819875a5fd241;hpb=65158353d1ecbed0032752863c6c4eb96b1a084a;p=l2e.git diff --git a/src/app/State.h b/src/app/State.h index 28cb94d..6783d76 100644 --- a/src/app/State.h +++ b/src/app/State.h @@ -39,7 +39,7 @@ public: /// NOTE: currently, this is only called for the stack top and not /// propagated on stack changes. /// Will be fixed soom ;). - virtual void Resize(int width, int height) = 0; + virtual void OnResize(int width, int height) = 0; /// Handle interactive events such as input and timers. virtual void HandleEvents(const Input &) = 0;