internal/atlas: remove unnecessary comments

This commit is contained in:
Hajime Hoshi 2022-06-10 13:53:24 +09:00
parent 6b814888b5
commit 7c458f519e

View File

@ -341,8 +341,6 @@ func (i *Image) putOnAtlas(graphicsDriver graphicsdriver.Graphics) error {
newI := NewImage(i.width, i.height, ImageTypeRegular)
// If the underlying graphics driver doesn't require restoring from the context lost, just a regular
// rendering works.
w, h := float32(i.width), float32(i.height)
vs := graphics.QuadVertices(0, 0, w, h, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1)
is := graphics.QuadIndices()