mirror of https://github.com/stella-emu/stella.git
Fix delay queue widget regression caused by typo.
This commit is contained in:
parent
46845e50ca
commit
bd74b7de38
|
@ -73,7 +73,7 @@ void DelayQueueWidget::loadConfig() {
|
|||
<< " clk, $"
|
||||
<< Base::toString(delayQueueIterator->value(), Base::Format::F_16_2)
|
||||
<< " -> "
|
||||
<< instance().debugger().cartDebug().getLabel(delay, false);
|
||||
<< instance().debugger().cartDebug().getLabel(address, false);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue