Skip to content

Commit

Permalink
Missed line for the patch -> PR sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jul 21, 2023
1 parent 5314d54 commit 27eed69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions cmd/hello/FyneApp.toml

This file was deleted.

2 changes: 1 addition & 1 deletion internal/painter/gl/draw.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (p *painter) drawRectangle(rect *canvas.Rectangle, pos fyne.Position, frame
p.logError()
// Fragment: END

p.ctx.DrawArrays(triangles, 0, 6)
p.ctx.DrawArrays(triangleStrip, 0, 4)
p.logError()
p.freeBuffer(vbo)
}
Expand Down

0 comments on commit 27eed69

Please sign in to comment.