internal/ui: typo

This commit is contained in:
Hajime Hoshi 2023-12-06 23:00:58 +09:00
parent 6a8f37453e
commit 3b1684978b

View File

@ -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}