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:
@@ -76,7 +76,7 @@ struct citymodel : model {
|
||||
return h;
|
||||
}
|
||||
|
||||
void postprocess() {
|
||||
void postprocess() override {
|
||||
println(hlog, "low = ", low);
|
||||
println(hlog, "high = ", high);
|
||||
}
|
||||
|
Reference in New Issue
Block a user