aboutsummaryrefslogtreecommitdiffstats
path: root/tile.c
diff options
context:
space:
mode:
Diffstat (limited to 'tile.c')
-rw-r--r--tile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tile.c b/tile.c
index 46cb500..8003c14 100644
--- a/tile.c
+++ b/tile.c
@@ -20,7 +20,7 @@ setmfact(const char *arg) {
return;
mfact = d;
}
- updategeom();
+ updatetilegeom();
arrange();
}