Explorar o código

updatetilegeom should be fine for setmfact

Anselm R Garbe %!s(int64=17) %!d(string=hai) anos
pai
achega
64707da963
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tile.c

+ 1 - 1
tile.c

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