1
0
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:
Zeno Rogue
2024-04-28 02:13:42 +02:00
parent 443be1acda
commit 0a16e53561
2 changed files with 12 additions and 4 deletions

View File

@@ -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();