瀏覽代碼

updatetilegeom should be fine for setmfact

Anselm R Garbe 17 年之前
父節點
當前提交
64707da963
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tile.c

+ 1 - 1
tile.c

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