Added more TODOs.

This commit is contained in:
Pietro Gagliardi 2014-03-11 17:38:31 -04:00
parent cdd535cc71
commit a6188ec490
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ func (g *Grid) SetStretchy(row int, column int) {
}
g.stretchyrow = row
g.stretchycol = column
// TODO if a stretchy row/column already exists, its filling value will not be reverted if necessary
g.filling[row][column] = true
}