Fl_Flowpack: Fix flowdown alignment.

pull/43/head
Jonathan Moore Liles 2013-03-18 22:33:36 -07:00
parent b1586811f9
commit 3939576b05
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public:
else
{
/* otherwise, put it in the next column */
Y = LY;
Y = 0;
}
}