From 4b69bc68be1c2612aa398f6c996bda9663d6d19d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 4 Mar 2019 23:53:20 +0900 Subject: [PATCH] Updated Cheat Sheet (markdown) --- Cheat-Sheet.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cheat-Sheet.md b/Cheat-Sheet.md index f04a2c5..806e0e7 100644 --- a/Cheat-Sheet.md +++ b/Cheat-Sheet.md @@ -199,12 +199,6 @@ For more performance tips, see [[Performance Tips]]. ```go type DrawImageOptions struct { - // (This is deprecated as of 1.9.0-alpha. Use (*Image).SubImage instead if you use Ebiten 1.9.0-alpha or later.) - // - // SourceRect is the region of the source image to draw. - // If SourceRect is nil, whole image is used. - SourceRect *image.Rectangle - // GeoM is a geometry matrix to draw. // The default (zero) value is identify, which draws the image at (0, 0). GeoM GeoM