Prechádzať zdrojové kódy

updatetilegeom should be fine for setmfact

Anselm R Garbe 17 rokov pred
rodič
commit
64707da963
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tile.c

+ 1 - 1
tile.c

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