mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 08:26:24 -04:00
fmap poe counter
This commit is contained in:
@@ -525,6 +525,16 @@ void dMenu_Fmap_c::_move() {
|
||||
}
|
||||
mpDraw2DBack->setSpotTextureFadeAlpha(mSpotTextureFadeAlpha);
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
u8 region = mpDraw2DBack->getSelectRegion();
|
||||
if (region != 0xFF && mpDraw2DBack->isShowRegion(region)) {
|
||||
mpDraw2DTop->mSelectRegionNo = region;
|
||||
} else {
|
||||
mpDraw2DTop->mSelectRegionNo = 0xFF;
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
void dMenu_Fmap_c::_draw() {
|
||||
|
||||
Reference in New Issue
Block a user