minor fix

This commit is contained in:
faiface 2017-01-11 23:19:38 +01:00
parent 71e26e12a6
commit 6587b54040
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ type windowTriangles struct {
}
func (wt *windowTriangles) Len() int {
return wt.vs.Len()
return len(wt.data)
}
func (wt *windowTriangles) Draw() {