1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00

added missing override

This commit is contained in:
Zeno Rogue
2023-04-11 16:43:34 +02:00
parent 2a05642198
commit 2576918b8a
4 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ struct citymodel : model {
return h;
}
void postprocess() {
void postprocess() override {
println(hlog, "low = ", low);
println(hlog, "high = ", high);
}