updatetilegeom should be fine for setmfact

keyboard
Anselm R Garbe 16 years ago
parent 549726869b
commit 64707da963
  1. 2
      tile.c

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

Loading…
Cancel
Save