This commit is contained in:
TakaRikka
2026-04-01 00:17:41 -07:00
parent f88d483aac
commit 01eb2d9b1a
+2 -2
View File
@@ -303,8 +303,8 @@ void dMenu_DmapMap_c::_delete() {
void dMenu_DmapMap_c::setTexture(u16 width, u16 height, u16 param_2, u16 param_3) {
#ifdef TARGET_PC
// Increase map render resolution
width *= 4;
height *= 4;
width *= 2;
height *= 2;
#endif
for (int lp1 = 0; lp1 < 2; lp1++) {
#ifdef TARGET_PC