fixed error reported by clang

This commit is contained in:
Zeno Rogue 2019-11-15 14:54:34 +01:00
parent ad501869f1
commit e5e9e88da2
1 changed files with 2 additions and 0 deletions

View File

@ -555,6 +555,8 @@ struct hrmap_crystal : hrmap_standard {
exit(1);
}
transmatrix adj(cell *c, int d) override { return hrmap_standard::adj(c, d); }
void draw() override {
if(!crystal3()) { hrmap_standard::draw(); return; }
sphereflip = Id;