mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-08 11:47:03 -04:00
fix dmap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user