mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-19 14:30:29 -04:00
Scale map rendering with IR (#2056)
* Scale map rendering with IR + scale config * Remove config option
This commit is contained in:
@@ -539,6 +539,12 @@ void dMeterMap_c::_move(u32 param_0) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if TARGET_PC
|
||||
if (mMap->refreshTextureSize()) {
|
||||
mMapJ2DPicture->changeTexture(mMap->getResTIMGPointer(), 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
int stayNo = dComIfGp_roomControl_getStayNo();
|
||||
|
||||
field_0x14 = param_0;
|
||||
|
||||
Reference in New Issue
Block a user