From bcdc5c98b356d926939b226a3962d97763295d3b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 18 Dec 2021 19:28:54 +0000 Subject: Window handles UIComponent rendering --- ui/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/window.h') diff --git a/ui/window.h b/ui/window.h index 97a0253..9c6d023 100644 --- a/ui/window.h +++ b/ui/window.h @@ -30,7 +30,7 @@ public: protected: SDL_GLContext glContext() const; - virtual void render(const GameState *) const = 0; + virtual void render(const GameState *) const; using SDL_WindowPtr = wrapped_ptrt; SDL_WindowPtr m_window; -- cgit v1.2.3