mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-15 11:45:48 +00:00
fixed missing override
This commit is contained in:
parent
3ebccf2b65
commit
f10902d1e5
@ -97,7 +97,7 @@ struct dqi_poly : drawqueueitem {
|
||||
#endif
|
||||
void draw_back() override;
|
||||
color_t outline_group() override { return outline; }
|
||||
virtual dqi_poly* as_poly() { return this; }
|
||||
virtual dqi_poly* as_poly() override { return this; }
|
||||
};
|
||||
|
||||
/** \brief Drawqueueitem used to draw lines */
|
||||
|
Loading…
Reference in New Issue
Block a user