mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 07:16:01 +00:00
rogueviz:: fixed missing virtual destructor in model
This commit is contained in:
@@ -342,6 +342,8 @@ namespace objmodels {
|
||||
virtual void process_triangle(vector<hyperpoint>& hys, vector<hyperpoint>& tot, bool textured, object *co);
|
||||
|
||||
bool available();
|
||||
|
||||
virtual ~model() {}
|
||||
};
|
||||
|
||||
void add_model_settings();
|
||||
|
Reference in New Issue
Block a user