exhibit drawing is now handled by the Renderer
[laserbrain_demo] / src / exhibit.h
index fd1d77b..9b5c753 100644 (file)
@@ -77,10 +77,6 @@ public:
 
        virtual void update(float dt = 0.0f) override;
 
-       virtual void pre_draw() const;
-       virtual void draw() const override;
-       virtual void post_draw() const;
-
        virtual const AABox &get_aabox() const override;
 };