From 0224cfb54b84ff7ca640c083f7626f1263963c51 Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Sun, 25 Feb 2018 17:12:28 +0300 Subject: [PATCH] no message --- src/system.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/system.c b/src/system.c index 816f9f2..a4b977f 100644 --- a/src/system.c +++ b/src/system.c @@ -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};