From e7d14675565aaca33747d1293ad9bbf00f9cbc05 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 4 Mar 2019 23:53:36 +0900 Subject: [PATCH] Updated Cheat Sheet (markdown) --- Cheat-Sheet.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cheat-Sheet.md b/Cheat-Sheet.md index 806e0e7..80bb9f7 100644 --- a/Cheat-Sheet.md +++ b/Cheat-Sheet.md @@ -157,8 +157,6 @@ func (i *Image) Size() (width, height int) func (i *Image) SubImage(r image.Rectangle) image.Image ``` -(This function was introduced at Ebiten 1.9.0-alpha) - `SubImage` returns an image representing the portion of the image p visible through r. The returned value shares pixels with the original image. The returned value is always `*ebiten.Image`.