X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=SDL_Rect.html;h=4fed1b17ed7d4971bacf35dccdc78361986559f9;hb=HEAD;hp=9a68d80c45510a7d2e31a36fd6fc5ad0eb819a8a;hpb=0017525c1b9beccf4215efd51215bcf6e7383beb;p=sdl2referencejp%2Fsdl2referencejp.git 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);