[raster] Minor style fix.
This commit is contained in:
parent
483007fcd9
commit
52aad9dfc6
@ -2114,7 +2114,7 @@
|
||||
while ( current )
|
||||
{
|
||||
current->X = *current->offset;
|
||||
current->offset += current->flags & Flow_Up ? 1 : -1;
|
||||
current->offset += ( current->flags & Flow_Up ) ? 1 : -1;
|
||||
current->height--;
|
||||
current = current->link;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user