Browse Source

updatetilegeom should be fine for setmfact

main
Anselm R Garbe 16 years ago
parent
commit
64707da963
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tile.c

+ 1
- 1
tile.c View File

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


Loading…
Cancel
Save