mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
graphics: Fix wrong comment
This commit is contained in:
parent
3ec0020f02
commit
5c73357ef8
2
image.go
2
image.go
@ -31,8 +31,6 @@ var imageM sync.Mutex
|
||||
// Image represents an image.
|
||||
// The pixel format is alpha-premultiplied.
|
||||
// Image implements image.Image.
|
||||
//
|
||||
// Note that manipulating an Image is NOT concurrent-safe (so far).
|
||||
type Image struct {
|
||||
framebuffer *graphics.Framebuffer
|
||||
texture *graphics.Texture
|
||||
|
Loading…
Reference in New Issue
Block a user