From 3559c72dc4377b8781e1a4f6040945f4f0e66459 Mon Sep 17 00:00:00 2001 From: MelonSpeedruns Date: Wed, 8 Apr 2026 11:39:53 -0400 Subject: [PATCH] Modified line width back to vanilla default --- src/d/d_map_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/d_map_path.cpp b/src/d/d_map_path.cpp index f7ce0f1a51..c57dd85a48 100644 --- a/src/d/d_map_path.cpp +++ b/src/d/d_map_path.cpp @@ -19,7 +19,7 @@ constexpr u16 kMapResolutionMultiplier = 4; // Line widths are relative to the framebuffer size. Since we're rendering to a separate // framebuffer, we have to scale them accordingly. The original game used about half of the // EFB for the map rendering, so this is a reasonable approximation. -constexpr u8 kMapLineWidthMultiplier = 2; +constexpr u8 kMapLineWidthMultiplier = 1; #endif void dMpath_n::dTexObjAggregate_c::create() {