JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
updatetilegeom should be fine for setmfact
authorAnselm R Garbe <garbeam@gmail.com>
Mon, 19 May 2008 11:42:26 +0000 (12:42 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Mon, 19 May 2008 11:42:26 +0000 (12:42 +0100)
tile.c

diff --git a/tile.c b/tile.c
index 46cb500..8003c14 100644 (file)
--- a/tile.c
+++ b/tile.c
@@ -20,7 +20,7 @@ setmfact(const char *arg) {
                        return;
                mfact = d;
        }
-       updategeom();
+       updatetilegeom();
        arrange();
 }