diff options
| author | Archez <Archez@users.noreply.github.com> | 2024-11-14 23:32:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 21:32:21 -0700 |
| commit | 61d1e883fd39da177e9b619af9b696944b4b3a63 (patch) | |
| tree | 760482995ae1ca44ead55b9762cca66458ede8ee | |
| parent | 386bd126e23256d9c25c643885ef56e3347dc2d4 (diff) | |
remove test code from famebuffer pr (#123)legacy
| -rw-r--r-- | src/racing/skybox_and_splitscreen.c | 3 |
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)); |
