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