From 07249bc6d15fdbb1fcfdb34658f2039536593db1 Mon Sep 17 00:00:00 2001 From: maruhiro Date: Sun, 24 Sep 2023 17:35:37 +0900 Subject: [PATCH] =?utf8?q?SDL=5FRect=20=E3=82=B5=E3=83=B3=E3=83=97?= =?utf8?q?=E3=83=AB=E3=82=B3=E3=83=BC=E3=83=89=E3=82=92=E4=BF=AE=E6=AD=A3?= =?utf8?q?=20=E3=82=B3=E3=83=94=E3=83=BC=E5=85=88=E3=81=AEw=E3=81=A8h?= =?utf8?q?=E3=81=AF=E7=84=A1=E8=A6=96=E3=81=95=E3=82=8C=E3=82=8B=E3=81=9F?= =?utf8?q?=E3=82=810=E3=81=A8=E3=81=97=E3=81=9F=20https://github.com/libsd?= =?utf8?q?l-org/sdlwiki/commit/e1db07a8d0273428556a5e6921f5ad67ecbb6fee?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SDL_Rect.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDL_Rect.html b/SDL_Rect.html index 9a68d80..4fed1b1 100644 --- a/SDL_Rect.html +++ b/SDL_Rect.html @@ -33,8 +33,8 @@ srcrect.w = 32; srcrect.h = 32; dstrect.x = 640/2; dstrect.y = 480/2; -dstrect.w = 32; -dstrect.h = 32; +dstrect.w = 0; +dstrect.h = 0; SDL_BlitSurface(src, &srcrect, dst, &dstrect); -- 2.11.0