updatetilegeom should be fine for setmfact

This commit is contained in:
Anselm R Garbe 2008-05-19 12:42:26 +01:00
parent 549726869b
commit 64707da963
1 changed files with 1 additions and 1 deletions

2
tile.c
View File

@ -20,7 +20,7 @@ setmfact(const char *arg) {
return;
mfact = d;
}
updategeom();
updatetilegeom();
arrange();
}