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