GUI: fix effect information in status bar
This commit is contained in:
parent
d2f7c49aa4
commit
d60ef6b2c3
1 changed files with 1 additions and 1 deletions
|
|
@ -4933,7 +4933,7 @@ bool FurnaceGUI::loop() {
|
|||
default: // effect
|
||||
if (cursor.xFine<DIV_MAX_COLS) {
|
||||
if (p->newData[cursor.y][cursor.xFine]>-1) {
|
||||
info=e->getEffectDesc(p->newData[cursor.y][cursor.xFine],cursor.xCoarse,true);
|
||||
info=e->getEffectDesc(p->newData[cursor.y][(cursor.xFine-1)|1],cursor.xCoarse,true);
|
||||
hasInfo=true;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue