diff --git a/include/driver/aglGraphicsDriverMgr.h b/include/driver/aglGraphicsDriverMgr.h index 1178047..9b77499 100644 --- a/include/driver/aglGraphicsDriverMgr.h +++ b/include/driver/aglGraphicsDriverMgr.h @@ -16,8 +16,8 @@ class GraphicsDriverMgr : public sead::hostio::Node { GraphicsDriverMgr(); virtual ~GraphicsDriverMgr(); - void waitDrawDone() const; - void dumpInfo() const; + virtual void dumpInfo() const; + virtual void waitDrawDone() const; void setPointLimits(agl::DrawContext* draw_context, float min, float max) const; void setPointSize(agl::DrawContext* draw_context, float point_size) const; void setLineWidth(agl::DrawContext* draw_context, float line_width) const;