small bugfix
This commit is contained in:
2
tile.c
2
tile.c
@ -12,7 +12,7 @@ void
|
|||||||
addtomwfact(const char *arg) {
|
addtomwfact(const char *arg) {
|
||||||
double delta;
|
double delta;
|
||||||
|
|
||||||
if(isarrange(tile))
|
if(!isarrange(tile))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* arg handling, manipulate mwfact */
|
/* arg handling, manipulate mwfact */
|
||||||
|
Reference in New Issue
Block a user