remove debug print

This commit is contained in:
faiface 2017-04-21 23:10:02 +02:00
parent 7b7b663f7d
commit d214312c06
1 changed files with 0 additions and 1 deletions

View File

@ -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()