no message

This commit is contained in:
BADIM-PC\Vadim 2018-02-25 17:12:28 +03:00
parent a46d0b5f1c
commit 0224cfb54b
1 changed files with 0 additions and 8 deletions

View File

@ -684,14 +684,6 @@ static void blitTexture()
}
}
// static void blitGpuTexture(GPU_Target* screen, GPU_Image* texture)
// {
// SDL_Rect rect = {0, 0, 0, 0};
// calcTextureRect(&rect);
// GPU_BlitScale(texture, NULL, platform.gpu.screen, rect.x, rect.y, (float)rect.w / TIC80_FULLWIDTH, (float)rect.h / TIC80_FULLHEIGHT);
// }
static void blitGpuTexture(GPU_Target* screen, GPU_Image* texture)
{
SDL_Rect rect = {0, 0, 0, 0};