prettier doc

This commit is contained in:
faiface 2016-11-26 00:42:47 +01:00
parent 6889c7f23f
commit 4421c7dbef
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ func (va *VertexArray) Data() []float64 {
// UpdateData overwrites the current vertex array data starting at the index offset.
//
// Offset is not a number of bytes, instead, it's an index in the array.
//
// If offset is negative or offset+len(data)>len(originaldata) the program panics.
func (va *VertexArray) UpdateData(offset int, data []float64) {
DoNoBlock(func() {