mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
irr:: fixed a bug in auto_creator()
This commit is contained in:
parent
4965fd8a83
commit
88ed1af315
@ -578,6 +578,7 @@ void visual_creator() {
|
||||
}
|
||||
|
||||
void auto_creator() {
|
||||
irr::on = false;
|
||||
int cc = cellcount;
|
||||
visual_creator();
|
||||
cellcount = cc; density = cc / isize(base->allcells());
|
||||
|
Loading…
Reference in New Issue
Block a user