Fl_Flowpack: Fix flowdown alignment.
This commit is contained in:
parent
b1586811f9
commit
3939576b05
|
@ -144,7 +144,7 @@ public:
|
|||
else
|
||||
{
|
||||
/* otherwise, put it in the next column */
|
||||
Y = LY;
|
||||
Y = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue