summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/racing/skybox_and_splitscreen.c3
1 files changed, 0 insertions, 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));