remove debug print
This commit is contained in:
parent
f9f61911a7
commit
3e493c13e1
|
@ -281,7 +281,6 @@ func (ct *canvasTriangles) draw(tex *glhf.Texture, bounds pixel.Rect) {
|
|||
|
||||
ct.vs.Begin()
|
||||
ct.vs.Draw()
|
||||
fmt.Println(ct.vs.VertexData())
|
||||
ct.vs.End()
|
||||
|
||||
tex.End()
|
||||
|
|
Loading…
Reference in New Issue