mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
internal/ui: typo
This commit is contained in:
parent
6a8f37453e
commit
3b1684978b
@ -388,7 +388,7 @@ func (i *bigOffscreenImage) flush() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mark the offscreen clearn earlier to avoid recursive calls.
|
// Mark the offscreen clean earlier to avoid recursive calls.
|
||||||
i.dirty = false
|
i.dirty = false
|
||||||
|
|
||||||
srcs := [graphics.ShaderImageCount]*Image{i.image}
|
srcs := [graphics.ShaderImageCount]*Image{i.image}
|
||||||
|
Loading…
Reference in New Issue
Block a user