mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18: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.
|
// Image represents an image.
|
||||||
// The pixel format is alpha-premultiplied.
|
// The pixel format is alpha-premultiplied.
|
||||||
// Image implements image.Image.
|
// Image implements image.Image.
|
||||||
//
|
|
||||||
// Note that manipulating an Image is NOT concurrent-safe (so far).
|
|
||||||
type Image struct {
|
type Image struct {
|
||||||
framebuffer *graphics.Framebuffer
|
framebuffer *graphics.Framebuffer
|
||||||
texture *graphics.Texture
|
texture *graphics.Texture
|
||||||
|
Loading…
Reference in New Issue
Block a user