From 61d1e883fd39da177e9b619af9b696944b4b3a63 Mon Sep 17 00:00:00 2001 From: Archez Date: Thu, 14 Nov 2024 23:32:21 -0500 Subject: [PATCH] remove test code from famebuffer pr (#123) --- src/racing/skybox_and_splitscreen.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/racing/skybox_and_splitscreen.c b/src/racing/skybox_and_splitscreen.c index 68e223b61..a58fbf435 100644 --- a/src/racing/skybox_and_splitscreen.c +++ b/src/racing/skybox_and_splitscreen.c @@ -1430,9 +1430,6 @@ void copy_jumbotron_fb_port(s32 ulx, s32 uly, s16 portionToDraw, u16* source, u1 // Add CVar if we want to expose a user toggle for only updating 1/6 of the jumbotron per frame u8 updateWholeJumbo = true; - ulx = 0; - uly = 0; - if (portionToDraw == -1 || updateWholeJumbo) { copy_framebuffer(ulx, uly, 64, 32, source, target); copy_framebuffer(ulx + 64, uly, 64, 32, source, target + (64 * 32 * 1));