fix typo
This commit is contained in:
parent
e0d0207373
commit
5f67cf85f7
|
@ -95,7 +95,7 @@ type VertexArray struct {
|
||||||
count int
|
count int
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewVertexArray creates a new vertex array and wrap another BeginEnder around it.
|
// NewVertexArray creates a new vertex array and wraps another BeginEnder around it.
|
||||||
func NewVertexArray(parent BeginEnder, format VertexFormat, mode VertexDrawMode, usage VertexUsage, data []float64) *VertexArray {
|
func NewVertexArray(parent BeginEnder, format VertexFormat, mode VertexDrawMode, usage VertexUsage, data []float64) *VertexArray {
|
||||||
va := &VertexArray{
|
va := &VertexArray{
|
||||||
parent: parent,
|
parent: parent,
|
||||||
|
|
Loading…
Reference in New Issue