Fixed a typo. Doesn't fix runtime bugs yet.

This commit is contained in:
Pietro Gagliardi 2016-06-11 23:42:58 -04:00
parent faa989aefd
commit 9650770554
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ struct uiGrid {
break;
}
if (rowviews[y] == nil)
rowviews[y] = colviews[y - 1];
rowviews[y] = rowviews[y - 1];
}
// now string all the views together