]> git.localhorst.tv Git - blobs.git/blobdiff - src/ui/Panel.hpp
overhaul need system
[blobs.git] / src / ui / Panel.hpp
index 926766191e9b709a72bda65e9456a741472b91e8..d49dbf411a94534f513cce6a54f9320cf9d7a42c 100644 (file)
@@ -37,7 +37,7 @@ public:
        Panel *Direction(Dir);
 
        glm::vec2 Size() override;
-       void Relayout();
+       void Layout();
        void Draw(app::Assets &, graphics::Viewport &) noexcept override;
 
 private: