]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/State.h
renamed app::State's Resize -> OnResize
[l2e.git] / src / app / State.h
index 28cb94d5d978179e2828f132aa6819875a5fd241..6783d76052c41f17a2b1d8ea24e9b9ffccf42b2a 100644 (file)
@@ -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;